chunks.chunks

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto chunks(T args)
  2. auto chunks(T args)
    template chunks(size_t chunkSize)
    pure nothrow @safe
    chunks
    (
    T...
    )
    ()
    if (
    0 < args.length &&
    args.length < chunkSize
    )
  3. auto chunks(T args)

Meta