Handbook
Glossary
unsigned-type? ( c-type -- ? )
Vocabulary
math
.
vectors
.
conversion
.
private
Inputs
c-type
an
object
Outputs
?
an
object
Definition
USING:
alien.c-types
sequences
;
IN:
math.vectors.conversion.private
:
unsigned-type?
( c-type -- ? )
{
uchar
ushort
uint
ulonglong
}
member-eq?
;