close>> ( object -- value ) - Factor Documentation

close>> ( object -- value )


Vocabulary
accessors

Inputs
object an object


Outputs
value an object


Definition
IN: accessors

GENERIC: close>> ( object -- value )


Methods
USING: accessors modern.html slots.private ;

M: cdata close>> 3 slot ; inline


USING: accessors html5 slots.private ;

M: comment close>> 4 slot ; inline


USING: accessors modern.html slots.private ;

M: comment close>> 4 slot ; inline


USING: accessors modern.html slots.private ;

M: doctype close>> 3 slot ; inline


USING: accessors modern.html slots.private ;

M: embedded-language close>> 4 slot ; inline


USING: accessors slots.private xml.errors ;

M: mismatched close>> 5 slot ; inline


USING: accessors modern.html slots.private ;

M: processing-instruction close>> 5 slot ; inline


USING: accessors modern.html slots.private ;

M: tag close>> 5 slot ; inline

AltStyle によって変換されたページ (->オリジナル) /