- [Function]
- (
list-subobjects
seq [:start
i] [:end
i] [:start-time
n] [:end-time
n] [:stream
x])
Lists subobjects of seq to stream, which defaults to the standard output. start and end are optional start and end positions (zero based) to list. start-time and end-time are optional starting and ending times to list. Positions and times are mutually exclusive.
See Also:
- #& [Macro]
- append-object [Function]
- find-object [Function]
- insert-object [Function]
- list-named-objects [Function]
- map-subcontainers [Function]
- map-subobjects [Function]
- object-name [Function]
- object-time [Function]
- remove-object [Function]
- remove-subobjects [Function]
- save-object [Function]
- subcontainers [Function]
- subobjects [Function]