The number of slots a boxed value has. This is dependent on sizeof(void*) on the architecture in question.
function valueSlots<A> input A value; output Integer slots; end valueSlots;