SourceForge.net Logo

[ESL - Index ]

 

Euphoria Standard Library (ESL): module bitwise.e

 

Global constants

?

 

Global functions and procedures

bitwise_shift_left(x) or left_shift(x)
Performs a bitwise shift left on an atom or every element of a sequence.
Status: proposed

bitwise_shift_right(x) or right_shift(x)
Performs a bitwise shift right on an atom or every element of a sequence.
Status: proposed

Global types

?