object-method ( generic -- quot ) - Factor Documentation

object-method ( generic -- quot )


Vocabulary
generic .math

Inputs
generic an object


Outputs
quot an object


Definition
USING: generic.math.private kernel words ;

IN: generic.math

: object-method ( generic -- quot )
object bootstrap-word (math-method) ;

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