Package-level declarations

Types

Link copied to clipboard
class FixedArray<T : Type<*>>(size: Int, values: List<T>) : StaticArray<T>
Link copied to clipboard
class IntNumber(value: BigInteger, size: Int) : IntType
Link copied to clipboard
enum Types : Enum<Types>
Link copied to clipboard
class UintNumber(value: BigInteger, size: Int) : IntType

Functions

Link copied to clipboard
fun main()