On Saturday, 9 July 2022 at 14:36:44 UTC, anonymouse wrote: > auto vb = v.base; // what should I put here to achieve the > following: > typeof(vb); // int[][] Impossible; Variant's type is only known at runtime, and this would require compile time knowledge.