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)
  2. void checkNotEmpty(T aa, string file, ulong line)
    @safe
    void
    checkNotEmpty
    (
    T
    )
    (
    in T aa
    ,
    in string file = __FILE__
    ,
    in ulong line = __LINE__
    )
    if (
    isAssociativeArray!T
    )

Meta