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
/
TypeSection
Type
Section
class
TypeSection
:
Section
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Functions
canonically
Equivalent
Link copied to clipboard
fun
canonicallyEquivalent
(
idx1
:
Int
,
idx2
:
Int
)
:
Boolean
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Rec
Type
Link copied to clipboard
fun
getRecType
(
idx
:
Int
)
:
RecType
get
Sub
Type
Link copied to clipboard
fun
getSubType
(
idx
:
Int
)
:
SubType
get
Type
Link copied to clipboard
fun
getType
(
idx
:
Int
)
:
FunctionType
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
section
Id
Link copied to clipboard
fun
sectionId
(
)
:
Int
sub
Type
Count
Link copied to clipboard
fun
subTypeCount
(
)
:
Int
type
Count
Link copied to clipboard
fun
typeCount
(
)
:
Int
types
Link copied to clipboard
fun
types
(
)
:
Array
<
FunctionType
>