digitalmars.D.learn - append element to variantArray
- Samuele Carcagno (8/8) Sep 26 2012 Is it possible to append elements to a variantArray after it has
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