Vec.isEmpty

struct Vec(T)
nothrow @nogc pure const @safe
bool
isEmpty
()

Return Value

Type: bool

true if length is zero.

Meta