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
/
FunctionType
Function
Type
class
FunctionType
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
fun
equals
(
other
:
FunctionType
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
params
Link copied to clipboard
fun
params
(
)
:
List
<
ValType
>
param
Slot
Count
Link copied to clipboard
fun
paramSlotCount
(
)
:
Int
params
Match
Link copied to clipboard
fun
paramsMatch
(
other
:
FunctionType
)
:
Boolean
returns
Link copied to clipboard
fun
returns
(
)
:
List
<
ValType
>
return
Slot
Count
Link copied to clipboard
fun
returnSlotCount
(
)
:
Int
returns
Match
Link copied to clipboard
fun
returnsMatch
(
other
:
FunctionType
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
types
Match
Link copied to clipboard
fun
typesMatch
(
other
:
FunctionType
)
:
Boolean