AppenderNoGCFixed.clear

Clear is not available for const/immutable data.

  1. void clear()
  2. void clear()
    struct AppenderNoGCFixed(A : T[], T)
    @nogc @disable
    static if(!(isMutable!T))
    void
    clear
    ()

Meta