Ds\Pair::isEmptyReturns whether the pair is empty Description
public bool Ds\Pair::isEmpty()
Returns whether the pair is empty. ParametersThis function has no parameters. Return Values
Returns ExamplesExample #1 Ds\Pair::isEmpty example
The above example will output something similar to: bool(false) bool(true) |