>>template ( object value -- object )


Vocabulary
accessors

Definition
USING: kernel ;

IN: accessors

: >>template ( object value -- object ) over template<< ;
inline