FastAppender.length

Set the length (up to the current capacity). Does not resize. Use preallocate for that.

  1. size_t length [@property getter]
  2. size_t length [@property setter]
    struct FastAppender(I, Allocator = GCAllocator)
    @property
    static if(is(I == T))
    void
    length
    (
    size_t value
    )

Meta