SRFI 60: Integers as Bits

by Aubrey Jaffer

status: final (2005-03-08)

keywords: Data Structure, Numbers

library name: integer-bits

Abstract

Treating integers as two's-complement strings of bits is an arcane but important domain of computer science. It is used for: