second>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: second>> ( object -- value )


Methods
USING: accessors regexp.ast slots.private ;

M: alternation second>> 3 slot ; inline


USING: accessors kernel slots.private ;

M: compose second>> 3 slot ; inline


USING: accessors regexp.ast slots.private ;

M: concatenation second>> 3 slot ; inline


USING: accessors calendar kernel.private math slots.private ;

M: duration second>> 7 slot { real } declare ; inline


USING: accessors calendar kernel.private math slots.private ;

M: timestamp second>> 7 slot { real } declare ; inline