krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
wasm
/
uk.shusek.krwa.wasm.types
/
Table
Table
open
class
Table
(
elementType
:
ValType
,
limits
:
TableLimits
,
init
:
List
<
Instruction
>
)
Members
Constructors
Table
Link copied to clipboard
constructor
(
elementType
:
ValType
,
limits
:
TableLimits
,
init
:
List
<
Instruction
>
)
constructor
(
elementType
:
ValType
,
limits
:
TableLimits
)
constructor
(
elementType
:
ValueType
,
limits
:
TableLimits
)
Functions
element
Type
Link copied to clipboard
fun
elementType
(
)
:
ValType
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
initialize
Link copied to clipboard
fun
initialize
(
)
:
List
<
Instruction
>
limits
Link copied to clipboard
fun
limits
(
)
:
TableLimits