Function ScopeCondition.push

Push a new scope with the given condition. If this is the first scope with a FALSE condition then it sets the earliest FALSE scope index to the current scope.

void push (
  bool cond
) nothrow @nogc @safe;

Parameters

NameDescription
cond the evaluated condition of a visited IF / NOT_IF opcode