Function FlatMap.empty

Returns whether the falt map is empty (i.e. whether its length is 0).

bool empty() const pure nothrow @nogc @property scope @safe;

More

btl.vector.Vector.empty