length property

int length

Calculate lenght of K-d Tree

Implementation

int get length {
  return _root?.length ?? 0;
}