www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - append element to variantArray

Is it possible to append elements to a variantArray after it has 
been created?
I have tuples of type:

alias Tuple!(float[][][string], "data", ulong[string], "nSegs") 
aveNSegsTuple;

I would like to append these tuples to a variantArray in a for 
loop, as more results come in.

Thank you in advance for any help!
Sep 26 2012