JuliaObjPair(F, L)ΒΆ
jobject.spad line 751 [edit on github]
Convenience domain for Julia Pairs, objects that are used within Julia, and not directly by the underlying FriCAS Common LISP. It is not meant to be used directly, but rather for returned value or function argument for example.
- coerce: % -> JuliaObject
from JuliaObjectType
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- convert: % -> String
from ConvertibleTo String
- elt: (%, Integer) -> JuliaObject
from JuliaObjectAggregate
- elt: (%, JuliaSymbol) -> JuliaObject
from JuliaObjectAggregate
- first: % -> F
first(pair)
returns the first element ofpair
.
- jlAbout: % -> Void
from JuliaObjectType
- jlApply: (String, %) -> %
from JuliaObjectType
- jlApply: (String, %, %) -> %
from JuliaObjectType
- jlApply: (String, %, %, %) -> %
from JuliaObjectType
- jlApply: (String, %, %, %, %) -> %
from JuliaObjectType
- jlApply: (String, %, %, %, %, %) -> %
from JuliaObjectType
- jlDisplay: % -> Void
from JuliaObjectType
- jlId: % -> JuliaInt64
from JuliaObjectType
- jlObject: () -> String
from JuliaObjectType
- jlRef: % -> SExpression
from JuliaObjectType
- jlref: String -> %
from JuliaObjectType
- jlType: % -> String
from JuliaObjectType
- jpair: String -> %
jpair(str)
returns a Julia Pair from the evaluation of the Julia commandstr
.
- last: % -> L
last(pair)
returns the last element ofpair
.
- latex: % -> String
from SetCategory
- less?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- more?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- mutable?: % -> Boolean
from JuliaObjectType
- nothing?: % -> Boolean
from JuliaObjectType
- qelt: (%, Integer) -> JuliaObject
from JuliaObjectAggregate
- qelt: (%, JuliaSymbol) -> JuliaObject
from JuliaObjectAggregate
- size?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- string: % -> String
from JuliaObjectType