Class: Tinycode::U64
- Inherits:
-
Object
- Object
- Tinycode::U64
- Includes:
- FixedInteger
- Defined in:
- lib/tinycode/fixed_integer.rb
Overview
an unsigned integer that takes up exactly 64 bits
Instance Attribute Summary
Attributes included from FixedInteger
Class Method Summary collapse
Methods included from FixedInteger
#==, #initialize, #inspect, #tinycode, #to_s
Class Method Details
.range ⇒ Object
62 63 64 |
# File 'lib/tinycode/fixed_integer.rb', line 62 def self.range 0x00000000_00000000..0xFFFFFFFF_FFFFFFFF end |