unboxer-quot>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: unboxer-quot>> ( object -- value )


Methods
USING: accessors alien.c-types kernel.private quotations
slots.private ;

M: abstract-c-type unboxer-quot>>
5 slot { callable } declare ; inline