fixnum-min ( x y -- z ) - Factor Documentation

fixnum-min ( x y -- z )


Vocabulary
math .integers .private

Inputs
x an object
y an object


Outputs
z an object


Definition
USING: kernel math.private ;

IN: math.integers.private

: fixnum-min ( x y -- z ) [ fixnum< ] most ; foldable flushable

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