BTreeMap.Implementation

Convenience alias for the implementation

struct BTreeMap(TreeKeyType, TreeValueType, int tree_degree)
package
alias Implementation = BTreeMapImplementation!(KeyType, ValueType, tree_degree)

Meta