Declaration

var allKeysInternal: [Any] { get }

Declaration

@property (nonatomic, readonly) NSArray * allKeysInternal;

Declaration

allKeysInternal() -> list

Discussion

The array may change when the ordered dictionary is modified. Use this array only in performance-sensitive code and allKeys otherwise.