hoversOnly

Test if the hover I/O system hovers all of the nodes and none other.

@safe
bool
hoversOnly
(
Range
)
if (
isForwardRange!Range &&
is(ElementType!Range : const Hoverable)
)

Parameters

hoverIO HoverIO

Hover I/O system to test. Hoverables reported by this system will be checked.

hoverables Range

A forward range of hoverables.

Return Value

Type: bool

True if the system considers all of the given ranges as hovered, and it does not find any other nodes hovered.

Meta