Module Machine-words

The Machine-words module.

Exported from

Summary

Machine-words names

In the process of working with Dylan, the Gwydion Project has come up with numerous extensions to the Dylan language.
The common-dylan library.
The number of bits in the representation of a <machine-word>.
A constant.
The largest machine word, when interpreted as a signed integer value.
The largest machine word, when interpreted as an unsigned integer value.
The smallest machine word, when interpreted as a signed integer value.
The smallest machine word, when interpreted as an unsigned integer value.
The class <machine-word> represents a limited range of integral values.
Returns true if its argument is an even number.
Returns true if its argument is negative.
Returns true if its argument is an odd number.
Returns true if its argument is positive.
Returns true if its argument is equal to zero.