FunctionsArrayarray_reverseReturns each input array with element order reversed. array_reverse(…) → String Kind · scalar Returns each input array with element order reversed. Part of the Array family.array_resizeTruncates or extends each array to the target size, filling with an optional value when extending.array_reverse_fillFills null entries using the nearest non-null value to the right, with optional seed value.