Skip to content

array_remove

function array_remove(column, element): Column;

Defined in: functions/collection.ts:79

Removes all elements that equal to the given element from the array.

Parameter Type
column ColOrName
element ColOrName

Column