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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
element | ColOrName |