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
/
CompType
/
Builder
Builder
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
CompType
with
Array
Type
Link copied to clipboard
fun
withArrayType
(
arrayType
:
ArrayType
)
:
CompType.Builder
with
Func
Type
Link copied to clipboard
fun
withFuncType
(
funcType
:
FunctionType
)
:
CompType.Builder
with
Struct
Type
Link copied to clipboard
fun
withStructType
(
structType
:
StructType
)
:
CompType.Builder