Function Stack.push

Pushes the value to the stack.

void push (
  const(ubyte)[] data
) nothrow @safe;

Call canPush() first to ensure the data can fit on the stack based on the configured limits.

Parameters

NameDescription
data the data to push to the stack