Instance Method
index(ofKey:)indexOfKey:indexOfKey_
Declaration
func index(ofKey key: KeyType) -> UIntDeclaration
- (NSUInteger) indexOfKey:(KeyType) key;Declaration
indexOfKey_(key: KeyType) -> intInstance Method
func index(ofKey key: KeyType) -> UInt- (NSUInteger) indexOfKey:(KeyType) key;indexOfKey_(key: KeyType) -> int