Companion
Functions
Link copied to clipboard
fun generateNybbleTupleFrom(size: Int, generator: (Int) -> Int): AvailObject
Content copied to clipboard
Create an object of the appropriate size, whose descriptor is an instance of NybbleTupleDescriptor. Run the generator for each position in ascending order to produce the nybbles with which to populate the tuple.
Link copied to clipboard
Extract the nybble from the specified position of the nybble tuple.
Link copied to clipboard
Build a new object instance with room for size elements.
Properties
Link copied to clipboard
The CheckedMethod for mutableObjectOfSize.