staticLengthRange

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto staticLengthRange(T[n] arr)
  2. auto staticLengthRange(R range)
    staticLengthRange
    (
    size_t n
    R
    )
    ()
    if (
    isInputRange!R &&
    hasLength!R
    )

Meta