Function: insertMappingRow()
insertMappingRow(m, i, val): number[]
Defined in: draft/draft.ts:1092
inserts a new value into the row system/shuttle map
Parameters
number[]
the map to modify
number
the place at which to add the row
val
number
the value to insert
Returns
number[]