Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
Description
Currently, dictionary keys use a NullIterator to iterate them. However, physically, they are fully allocated in memory and are interpretable as a PrimitiveArray.
This issue's main purpose is to have `keys` return a `PrimitiveArray`, so that users can use it as any other array.
This will also allow to remove `NullIter`.
Attachments
Issue Links
- links to