accum>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: accum>> ( object -- value )


Methods
USING: accessors kernel.private slots.private sorting.private
vectors ;

M: merge-state accum>> 3 slot { vector } declare ; inline