Skip to main content

Function: insertMappingCol()

insertMappingCol(m, j, col): number[]

Defined in: draft/draft.ts:1168

inserts a value into the col system/shuttle mapping at a particular location

Parameters

m

number[]

the map to modify

j

number

the location at which to add

col

number

the value to add

Returns

number[]