(unsigned-interval) ( bytes -- from to )


Vocabulary
alien.c-types

Definition
USING: kernel math ;

IN: alien.c-types

: (unsigned-interval) ( bytes -- from to )
[ 0 ] dip 8 * 2^ 1 - ; foldable flushable