Hi I was quite surprised when I called a method on a widget that returns a sequence, and could not iterate over the Sequence<T>.
Is there a reason that Sequence<T> does not extend Iterable<T> - it seems like most of the subclasses that implement Sequence do this anyhow, and it would certainly make using it more convenient. Regards, Noel Grandin.
