BTreeMapImplementation.empty

struct BTreeMapImplementation(KeyType, ValueType, int tree_degree)
package
bool
empty
()

Return Value

Type: bool

true if the tree is empty, false otherwise.

Meta