You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2019. It is now read-only.
Concept:
Tableprovides an memory efficient way to store tabular data.Tableis aMutableRandomAccessInterfacewith elements that areMutableAssociativeInterface.Tablehas immutable key names that form the keys of theTable's associative elements.Implementation:
Vectorof values ordered to match theTable's key names.TableElementthat references the inlinedVectorelements.Tablemay invalidateTableElementsreferencing later elements.FYI @ezzatron