Function xsCall_noResult

Call a Function, ignoring its result.

void xsCall_noResult (
  scope xs.bindings.xsMachineRecord* the,
  const(xs.bindings.xsSlotRecord) this_,
  short id,
  const(xs.bindings.xsSlotRecord[]) params...
);

Parameters

NameDescription
theA machine
this_A reference to the instance that will have the property or item
idThe identifier of the property or item to call
paramsThe parameter slots to pass to the function