Handbook Glossary
factorcode.org
bottom>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition
IN: accessors

GENERIC: bottom>> ( object -- value )


Methods
USING: accessors alien.c-types classes.struct
classes.struct.private math raylib.ffi ;

M: NPatchInfo bottom>>
T{ struct-slot-spec
{ name "bottom" }
{ offset 28 }
{ class integer }
{ initial 0 }
{ type int }
} read-struct-slot ; inline


USING: accessors pdf.canvas slots.private ;

M: margin bottom>> 5 slot ; inline