toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
wisdom
/
wisdom.ast
/
Library
Library
open
class
Library
(
val
routines
:
Map
<
String
,
Node
>
)
Members
Constructors
Library
Link copied to clipboard
constructor
(
routines
:
Map
<
String
,
Node
>
)
Properties
routines
Link copied to clipboard
val
routines
:
Map
<
String
,
Node
>
Functions
call
Link copied to clipboard
fun
call
(
routine
:
String
,
builder
:
ResolutionResourceBuilder
.
(
)
->
Unit
?
=
null
)
:
Any
?
fun
call
(
routine
:
String
,
resolver
:
ResolutionResource
)
:
Any
?