array
Factor handbook » The language » Collections » Arrays

Next:array? ( object -- ? )


Vocabulary
arrays

Class description
The class of fixed-length arrays. See Array syntax for syntax and Arrays for general information.

Definition


Methods






















































































































M: array item>xml
[
item>xml 1 nenum T{ xml-chunk
{ seq
V{
""
T{ tag
{ name ~name~ }
{ children ~vector~ }
}
""
}
}
} interpolate-xml
] map 1 nenum T{ xml-chunk
{ seq
V{
""
T{ tag { name ~name~ } { children ~vector~ } }
""
}
}
} interpolate-xml ;