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

Method concat

src/api/data-array.ts:49–49  ·  view source on GitHub ↗

Concatenate the values in this data array with those of another iterable / data array / array.

(other: Iterable<T>)

Source from the content-addressed store, hash-verified

47 slice(start?: number, end?: number): DataArray<T>;
48 /** Concatenate the values in this data array with those of another iterable / data array / array. */
49 concat(other: Iterable<T>): DataArray<T>;
50
51 /** Return the first index of the given (optionally starting the search) */
52 indexOf(element: T, fromIndex?: number): number;

Callers 15

gatherTagsFunction · 0.65
extractTagsFunction · 0.65
findSpecificInlineFieldFunction · 0.65
concatMethod · 0.65
sortMethod · 0.65
expandMethod · 0.65
arrayMethod · 0.65
CardFunction · 0.65
functions.tsFile · 0.65
unboundVariablesFunction · 0.65
parser.tsFile · 0.65

Implementers 1

DataArrayImplsrc/api/data-array.ts

Calls

no outgoing calls

Tested by

no test coverage detected