[][src]Module rosy::integer

Ruby integers.

Structs

Integer

An instance of Ruby's Integer class.

PackOptions

Options to use when packing/unpacking.

Enums

Order

An order for arranging words and the bytes of those words when calling pack_using.

PackSign

The sign of an Integer value returned after packing one into a buffer.

Traits

Word

A type whose bytes can be directly used as a word when packing an Integer.