Returns #t if nl1 and nl2 are the same node-list,
that is, they contain the same members in the same order,
and otherwise returns #f.
(node-list-no-order nl)
Returns a node-list that has the same members as nl but in an
unspecified order.
| An implementation may be able to implement (node-list-no-order
q) more efficiently than q. |
|