Function
emptySequence()
Returns an empty sequence for the requested element type.
func emptySequence<T>() -> AnySequence<T>
Discussion
This keeps traversal properties cheap to consume without forcing callers to special-case missing children, attributes, or namespaces.
See Also
Supporting Helpers
F
emptyIterator()
Returns an iterator that never yields a value.