MCPcopy
hub / github.com/toji/gl-matrix / IndexedCollection

Interface IndexedCollection

src/types.d.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface IndexedCollection extends Iterable<number> {
2 readonly length: number;
3 [index: number]: number;
4}
5
6// prettier-ignore
7declare type mat2 =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…