AppenderNoGCFixed.clear

Clears the managed array. This allows the elements of the array to be reused for appending.

Note that clear is disabled for immutable or const element types, due to the possibility that AppenderNoGCFixed might overwrite immutable data.

  1. void clear()
    struct AppenderNoGCFixed(A : T[], T)
    void
    clear
    @safe pure nothrow
    (
    )
  2. void clear()

Meta