On Tuesday, 28 April 2015 at 07:43:28 UTC, Kagamin wrote:
Looks like it does: http://dpaste.dzfl.pl/a851acca63d9

That compiler error is because `ArrayWrapper!(int[]) = []` matches both `this(int[])` and `this(ArrayWrapper[])`, although... that might be workable.

Reply via email to