tuple-dispatch-engine


Vocabulary
generic.single

Definition
IN: generic.single

TUPLE: tuple-dispatch-engine echelons ;


Methods
USING: accessors arrays assocs generic.single kernel math
namespaces sequences ;

M: tuple-dispatch-engine compile-engine
tuple assumed [
echelons>> compile-engines dup keys supremum 1 +
f <array> <enum> swap assoc-union! seq>>
] with-variable ;