On Saturday, 16 December 2017 at 06:42:53 UTC, codephantom wrote:
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.BDo you mean 'an array of variable types of tuples'. If so...good luck with that ;-)
Yes, will give a try. From, Vino.B