Array Template

codephantom me at noyb.com
Sat Dec 16 06:42:53 UTC 2017


On Friday, 15 December 2017 at 17:21:55 UTC, Vino wrote:
> Hi All,
>
>   Request your help, Is it possible to an template array 
> something similar as below so that we can insert any type of 
> value(string, int etc). If possible can you provide me a 
> example of how to define such array.
>
> Array!(Tuple!(T n))
>
> From,
> Vino.B

Do you  mean 'an array of variable types of tuples'.

If so...good luck with that ;-)



More information about the Digitalmars-d-learn mailing list