clear

Resets each elements of array to its initial value.

T.init must consist only of zero bytes.

T[]
clear
(
T
)
(
T[] array
)

Parameters

array T[]

array to clear elements

Return Value

Type: T[]

array with cleared elements

Meta