Instance Property
allKeysInternal
Returns a reference to the internal order array.
Declaration
var allKeysInternal: [Any] { get }Declaration
@property (nonatomic, readonly) NSArray * allKeysInternal;Declaration
allKeysInternal() -> listDiscussion
The array may change when the ordered dictionary is modified. Use this array only in performance-sensitive code and allKeys otherwise.