Function
remove_all(keeping_capacity:)
Removes al elements in the array, keeping existing storage if keep_capacity is true.
fun remove_all(keeping_capacity keep_capacity: Bool) { inout }
Removes al elements in the array, keeping existing storage if keep_capacity is true.
fun remove_all(keeping_capacity keep_capacity: Bool) { inout }