read

Undocumented in source.
  1. T read(Range range, size_t cnt)
    template read(T)
    T
    read
    (
    Range
    )
    (
    auto ref Range range
    ,
    size_t cnt
    )
    if (
    isArray!T
    )
  2. T read(Range range)

Members

Functions

read
T read(Range range, size_t cnt)
Undocumented in source. Be warned that the author may not have intended to support it.
read
T read(Range range)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta