Preparing search index...
The search index is not available
jlbun
jlbun
JuliaPair
Class JuliaPair
Wrapper for Julia
Pair
.
Hierarchy
JuliaPair
Implements
JuliaValue
Index
Constructors
constructor
Properties
ptr
Accessors
first
second
value
Methods
to
String
from
Constructors
constructor
new
Julia
Pair
(
ptr
:
number
)
:
JuliaPair
Parameters
ptr:
number
Returns
JuliaPair
Properties
ptr
ptr
:
number
Accessors
first
get
first
(
)
:
JuliaValue
Returns
JuliaValue
second
get
second
(
)
:
JuliaValue
Returns
JuliaValue
value
get
value
(
)
:
[
any
,
any
]
Returns
[
any
,
any
]
Methods
to
String
to
String
(
)
:
string
Returns
string
Static
from
from
(
first
:
any
, second
:
any
)
:
JuliaPair
Parameters
first:
any
second:
any
Returns
JuliaPair
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
jlbun
Julia
Pair
constructor
ptr
first
second
value
to
String
from
Generated using
TypeDoc
Wrapper for Julia
Pair
.