checkEmpty

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

Meta