FastAppender.clear

Effectively empties the data, but preserves the storage for reuse. Same as setting length to 0.

struct FastAppender(I, Allocator = GCAllocator)
static if(is(I == T))
void
clear
()

Meta