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
/
Element
Element
abstract
class
Element
(
type
:
ValType
,
initializers
:
List
<
List
<
Instruction
>
>
)
An element, used to initialize table ranges.
Inheritors
ActiveElement
DeclarativeElement
PassiveElement
Members
Constructors
Element
Link copied to clipboard
constructor
(
type
:
ValType
,
initializers
:
List
<
List
<
Instruction
>
>
)
Functions
element
Count
Link copied to clipboard
fun
elementCount
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
initializers
Link copied to clipboard
fun
initializers
(
)
:
List
<
List
<
Instruction
>
>
type
Link copied to clipboard
fun
type
(
)
:
ValType