toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
abi
/
com.example.abi.model
Package-level
declarations
Types
Functions
Types
Fixed
Array
Link copied to clipboard
class
FixedArray
<
T
:
Type
<
*
>
>
(
size
:
Int
,
values
:
List
<
T
>
)
:
StaticArray
<
T
>
Int
Number
Link copied to clipboard
class
IntNumber
(
value
:
BigInteger
,
size
:
Int
)
:
IntType
Types
Link copied to clipboard
enum
Types
:
Enum
<
Types
>
Uint
Number
Link copied to clipboard
class
UintNumber
(
value
:
BigInteger
,
size
:
Int
)
:
IntType
Functions
main
Link copied to clipboard
fun
main
(
)