checkNotEmpty

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void checkNotEmpty(R rng, string file, ulong line)
    @safe
    void
    checkNotEmpty
    (
    R
    )
    (
    R rng
    ,
    in string file = __FILE__
    ,
    in ulong line = __LINE__
    )
    if (
    isInputRange!R
    )
  2. void checkNotEmpty(T aa, string file, ulong line)

Meta