Skip to main content

Function: insertMappingRow()

insertMappingRow(m, i, val): number[]

Defined in: draft/draft.ts:1092

inserts a new value into the row system/shuttle map

Parameters

m

number[]

the map to modify

i

number

the place at which to add the row

val

number

the value to insert

Returns

number[]