append element to variantArray

Samuele Carcagno sam.carcagno at gmail.com
Wed Sep 26 14:35:04 PDT 2012


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!




More information about the Digitalmars-d-learn mailing list