ocean.core.BitManip

This module contains a collection of bit-level operations.

Public Imports

core.bitop
public import core.bitop;
Undocumented in source.

Members

Functions

bitswap
ulong bitswap(ulong x)

Reverses the order of bits in a 64-bit integer.

Meta

License

Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.

Authors

Sean Kelly