Hello,
I was wondering what is the difference between a sequence (FooSeq) and array, in terms of:
1) order of elements.
2) accessing elements.
3) transmission of data (is only valid elements of a sequence being transmitted?)
4) Which one is a better resolution if the max size is known.
thanks a lot..