SourceForge.net Logo

Euphoria Standard Library
(ESL)

Home Page | Project Status | Contribute | Guidelines and Information



Euphoria Standard Library module:

bitwise.e



1. Introduction


Defines some routines for more advanced and precise control over the individual bits in an atom.



2. Routines

bitwise_shift_left, left_shift

Syntax: x1 = bitwise_shift_left(x), ...
Description: Performs a bitwise shift to the left on x if it is an atom or every element of x if it is a sequence.
Status: PROPOSED



bitwise_shift_right, right_shift

Syntax: x1 = bitwise_shift_right(x), ...
Description: Performs a bitwise shift to the right on x if it is an atom or every element of x if it is a sequence.
Status: PROPOSED