raw method

_Self raw(
  1. Raw raw
)

Implementation

_Self raw(Raw raw) {
  commander().pushArg(raw);
  return this as _Self;
}