slotCount property

int slotCount

Returns the number of slots available to the current foreign method.

Implementation

int get slotCount => _bindings.wrenGetSlotCount(_ptrVm);