Handbook
Glossary
call-accessor ( obj1 obj2 quot -- obj1' obj2' )
Vocabulary
sorting
.
specification
.
private
Inputs
obj1
an
object
obj2
an
object
quot
an
object
Outputs
obj1'
an
object
obj2'
an
object
Definition
USING:
combinators
kernel
;
IN:
sorting.specification.private
:
call-accessor
( obj1 obj2 quot -- obj1' obj2' )
[
( obj -- value )
call-effect
]
curry
bi@
;