MCPcopy Create free account
hub / github.com/blacksmithgu/datacore / array

Method array

src/api/data-array.ts:454–456  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

452 }
453
454 public array(): T[] {
455 return ([] as T[]).concat(this.values);
456 }
457
458 public [Symbol.iterator](): Iterator<T> {
459 return this.values[Symbol.iterator]();

Callers 1

sortMethod · 0.95

Calls 1

concatMethod · 0.65

Tested by

no test coverage detected