ogma icon indicating copy to clipboard operation
ogma copied to clipboard

[FEATURE] `Map` data structure

Open kurtlawrence opened this issue 2 years ago • 0 comments

Description

Implement a Map structure. Implement through ogma itself; def-ty Map { t:Table }.

Considerations:

  • [ ] Overload the . to return Map.key = value (string keys...)
  • [ ] Will require implementation of modules
  • [ ] Will require implementation of better table searching (binary search)
  • [ ] Table is just key,value columns
  • [ ] Heterogeneous values?
  • [ ] Heterogeneous keys?

kurtlawrence avatar Mar 14 '22 01:03 kurtlawrence