dom

Test if block A dominates block B.

nothrow @safe @trusted
bool
dom
(
const block* A
,
const block* B
)

Parameters

A block*

block

B block*

another block

Return Value

Type: bool

true if A dominates B.

Meta