pub fn array_prepend(col: impl Into<Column>, value: impl Into<Column>) -> Column
Returns an array containing element as well as all elements from array.