el_depends

Input: ea lvalue (might be an OPbit)

version(COMPILE)
extern (C++) nothrow @safe @trusted
int
el_depends
(
const(elem)* ea
,
const elem* eb
)

Return Value

Type: int

0 eb has no dependency on ea 1 eb might have a dependency on ea 2 eb definitely depends on ea

Suggestion Box / Bug Report