MeVisLab Toolbox Reference
NSArray Class Reference

Additional methods for NSArray. More...

#import <NSArray+MLAdditions.h>

Inheritance diagram for NSArray:

Instance Methods

(NSUInteger) - countOfPrefixingObjectsCommonWithArray:
 

Class Methods

(instancetype) + arrayByRepeatingObject:count:
 

Detailed Description

Additional methods for NSArray.

Definition at line 20 of file NSArray+MLAdditions.h.

Method Documentation

◆ arrayByRepeatingObject:count:

+ (instancetype) arrayByRepeatingObject: (ObjectType)  anObject
count: (NSUInteger)  count 

◆ countOfPrefixingObjectsCommonWithArray:

- (NSUInteger) countOfPrefixingObjectsCommonWithArray: (NSArray< ObjectType > *)  otherArray

The documentation for this class was generated from the following file: