-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Adding support for std/critbits
is easy
Lines 11 to 13 in 4fa3a9b
type | |
SomeTable*[K, V] = Table[K, V] | OrderedTable[K, V] | | |
TableRef[K, V] | OrderedTableRef[K, V] |
To be changed to
type
SomeTable*[K, V] = Table[K, V] | OrderedTable[K, V] |
TableRef[K, V] | OrderedTableRef[K, V] | CritBitTree[V]
Metadata
Metadata
Assignees
Labels
No labels