# `GSIntegerSet`

*Class*

## Declaration

```swift
class GSIntegerSet
```

```objc
@interface GSIntegerSet : NSObject
```

```python
class GSIntegerSet(NSObject)
```

## Topics

### Instance Methods

- [`GSIntegerSet addInteger:`](/Core/GlyphsKit/GSIntegerSet/addInteger:)
- [`GSIntegerSet addIntegersInRange:`](/Core/GlyphsKit/GSIntegerSet/addIntegersInRange:)
- [`GSIntegerSet containsInteger:`](/Core/GlyphsKit/GSIntegerSet/containsInteger:)
- [`GSIntegerSet enumerateIntegersUsingBlock:`](/Core/GlyphsKit/GSIntegerSet/enumerateIntegersUsingBlock:)
- [`GSIntegerSet integerGreaterThanInteger:`](/Core/GlyphsKit/GSIntegerSet/integerGreaterThanInteger:)
- [`GSIntegerSet integerLessThanInteger:`](/Core/GlyphsKit/GSIntegerSet/integerLessThanInteger:)
- [`GSIntegerSet removeAllIntegers`](/Core/GlyphsKit/GSIntegerSet/removeAllIntegers)
- [`GSIntegerSet removeInteger:`](/Core/GlyphsKit/GSIntegerSet/removeInteger:)
- [`GSIntegerSet removeIntegersInRange:`](/Core/GlyphsKit/GSIntegerSet/removeIntegersInRange:)

## Relationships

### Inherits From

- `NSObject`

