BTreeMapImplementation.initialize

Constructor-like method (as a workaround of a fact that D1 doesn't provide struct constructors).

struct BTreeMapImplementation(KeyType, ValueType, int tree_degree)
package
void
initialize

Parameters

allocator IMemManager

memory manager to use to allocate/deallocate memory

Meta