Whether or not to allow duplicates in the B-tree; defaults to false.
Use a custom comparison function as an alternative to static opCmp.
Max elements stored per node, must be at least 2. Use size_t.max for default.
Whether to use a binary intra-node search. Use Ternary.unknown for default.
Static parameters for BTree template.