Iterator.set

Set the content of the current slice to the provided start and end points.

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

Meta