Iterator.set

Set the content of the current slice to the provided start and end points, and delimiter to the segment between end & next (inclusive.)

  1. Iterator set(InputStream stream)
  2. size_t set(const(T)* content, size_t start, size_t end)
  3. size_t set(const(T)* content, size_t start, size_t end, size_t next)
    class Iterator(T)
    protected final
    set

Meta