empty

Check if Dict is empty.

@property pure nothrow
bool
empty
(
const(Dict) dict
)

Return Value

Type: bool

true if dict is empty.

Meta