Members
Bindings
var value: ???
Functions
fun round_up(nearest_multiple_of stride: Int) -> Int
Returns self rounded up to the nearest multiple of stride.
fun round_up_nearest_power_two() -> Int
Returns the smallest power of two that is not smaller than self.
Initializers
init()
init(bit_pattern address: PointerToMutable<Never>)
Creates an instance with the same memory representation as address.