9 #import <Foundation/Foundation.h>
14 - (void)push:(
id)object;
31 - (NSArray *)
pop:(NSUInteger)numberOfElements;
32 - (void)concat:(NSArray *)array;
50 - (NSArray *)
shift:(NSUInteger)numberOfElements;
59 - (NSArray *)keepIf:(BOOL (^)(
id object))block;
Definition: NSMutableArray+ObjectiveSugar.h:11
id shift()
Definition: NSMutableArray+ObjectiveSugar.m:38
id pop()
Definition: NSMutableArray+ObjectiveSugar.m:18