Ondra via Digitalmars-d-learn Mon, 09 Feb 2015 13:26:16 -0800
Is there any drawback of doing this: string[Tuple!(int, int)] a;
Especially performance one. Thanks.