Range.isEmpty

Checks whether the specified range is empty.

struct Range(T)
static
bool
isEmpty
(
T min
,
T max
)

Parameters

min T

minimum value

max T

maximum value

Return Value

Type: bool

true if the range is empty (null)

Meta