jlbun
Preparing search index...
JuliaModule
Class JuliaModule
Wrapper for Julia
Module
.
Implements
JuliaValue
Indexable
[
key
:
string
]:
any
Index
Constructors
constructor
Properties
[
JULIA_
MODULE_
CACHE]
name
ptr
Accessors
value
Methods
lookup
to
String
Constructors
constructor
new
JuliaModule
(
ptr
:
Pointer
,
name
:
string
)
:
JuliaModule
Parameters
ptr
:
Pointer
name
:
string
Returns
JuliaModule
Properties
[
JULIA_
MODULE_
CACHE]
"[JULIA_MODULE_CACHE]"
:
Map
<
string
,
JuliaValue
>
name
name
:
string
ptr
ptr
:
Pointer
Accessors
value
get
value
()
:
string
Returns
string
Methods
lookup
lookup
(
prop
:
string
)
:
JuliaValue
Parameters
prop
:
string
Returns
JuliaValue
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
[
JULIA_
MODULE_
CACHE]
name
ptr
Accessors
value
Methods
lookup
to
String
jlbun
Loading...
Wrapper for Julia
Module.