pow_of_2

Crates.iopow_of_2
lib.rspow_of_2
version0.1.2
sourcesrc
created_at2020-02-04 18:55:49.612682
updated_at2020-02-16 19:56:14.771734
descriptionInteger-like types which can only represent powers of 2
homepagehttp://phoenixkahlo.com
repository
max_upload_size
id204928
size13,477
Phoenix Kahlo (gretchenfrage)

documentation

README

pow_of_2

Integer-like types which can only represent powers of 2. Internally, they are stored as a one-byte exponent. This allows them to implement arithmetic operators with other, simpler artithmetic operators.

Commit count: 0

cargo fmt