Returns a possibly filtered and possibly transformed list of the elements in a container. If the container uses nodes, then the elements are the things 'in' the nodes. Warning: it is possible for the result to share structure with the original container.
collect-elements < array > |
collect-elements :around < filtered-container-mixin > |
collect-elements < hash-table > |
collect-elements < iteratable-container-mixin > |
collect-elements < list > |
collect-elements < sorted-list-container > |
collect-elements < uses-contents-mixin > |
collect-elements < vector > |