CBLArray

@interface CBLArray : NSObject <CBLArray, NSCopying, NSMutableCopying>

CBLArray provides read access to array data.

  • Undocumented

    Declaration

    Objective-C

    - (instancetype) init NS_UNAVAILABLE;
  • Undocumented

    Declaration

    Objective-C

    - (CBLMutableArray*) toMutable;