Type alias Lists<T>

Lists<T>: [number[], T[]]

Lists is a pair of index array and value array, with unique indices.

Type Parameters

  • T

Generated using TypeDoc