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)
    @nogc @safe pure nothrow
    static if(isMutable!T)
    void
    clear
    ()
  2. void clear()

Meta