descendantsBfs
Returns a sequence of all descendants of this element, starting with the element itself, in a breadth-first manner.
If you want to exclude the element itself from the sequence, simply call drop(1) on the returned sequence.
Returns a sequence of all descendants of this element, starting with the element itself, in a breadth-first manner.
If you want to exclude the element itself from the sequence, simply call drop(1) on the returned sequence.