Type alias ILists<T>

ILists<T>: [Iterable<number>, Iterable<T>]

ILists is a pair of index iterable list and value iterable list, with unique indices.

Type Parameters

  • T

Generated using TypeDoc