Clears the managed array. This allows the elements of the array to be reused for appending.
Note: clear is disabled for immutable or const element types, due to the possibility that Appender might overwrite immutable data.
See Implementation
Clears the managed array. This allows the elements of the array to be reused for appending.
Note: clear is disabled for immutable or const element types, due to the possibility that Appender might overwrite immutable data.