type/indexed
check for an object of type indexed
Calling Sequence
Parameters
Description
Examples
type(expr, indexed)
type(expr, indexed(itype))
expr
-
any expression
itype
type
The call type(expr, indexed) checks if expr is of type indexed. It returns true if expr is of type indexed, and false otherwise.
If a parameter itype is given, the type command also checks if each of the indices are of type itype.
type⁡1,indexed
false
type⁡12,indexed
type⁡0.5,indexed
type⁡String,indexed
type⁡Name,indexed
type⁡ab,indexed
true
type⁡a3,indexed⁡integer
type⁡ab,c,indexed⁡name
type⁡ab,3,indexed⁡name
See Also
indexed
type/atomic
type/indexedfun
type/name
Download Help Document