Ellery Newcomer Wrote:

> Is there currently any way to get something like
> 
> Tuple!(int,"i") t = tuple(5);
> 
> to work?

Tuples are compile-time constructions. They are immutable.
And btw the types do not coincide 

Reply via email to