Skip to content

len

Get the number of entries listed in this tree.

Signature

ts
class Tree {
  len(): bigint;
}

Returns

  • bigint

    The number of entries listed in this tree.

Released under the MIT License.