JuliaObjTupleΒΆ
jobject.spad line 556 [edit on github]
Convenience domain for Julia Tuples, 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: % -> OutputForm
from CoercibleTo OutputForm
- convert: % -> String
from ConvertibleTo String
- elt: (%, Integer) -> JuliaObject
from JuliaObjectAggregate
- elt: (%, JuliaSymbol) -> JuliaObject
from JuliaObjectAggregate
- jlAbout: % -> Void
from JuliaObjectType
- jlApply: (String, %) -> %
from JuliaObjectType
- jlApply: (String, %, %) -> %
from JuliaObjectType
- jlApply: (String, %, %, %) -> %
from JuliaObjectType
- jlApply: (String, %, %, %, %) -> %
from JuliaObjectType
- jlApply: (String, %, %, %, %, %) -> %
from JuliaObjectType
- jlApply: (String, %, %, %, %, %, %) -> %
from JuliaObjectType
- jlId: % -> String
from JuliaObjectType
- jlRef: % -> SExpression
from JuliaObjectType
- jlref: String -> %
from JuliaObjectType
- jlType: % -> String
from JuliaObjectType
- jtuple: List Any -> %
jtuple(lst)
returns a Julia Tuple from the Listlst
.lst
must be compatible with 1D format.
- jtuple: String -> %
jtuple(str)
returns a Julia Tuple from the evaluation of the Julia commandstr
.
- 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