Thanks in advance.
How do I check if a variable is a multidimensional (2D) array?
Kirill via Digitalmars-d-learn Sun, 11 Jul 2021 21:31:00 -0700
I know there is isArray!T and similar functionality in
std.traits. But I couldn't find the functionality that can help
me check if I have a multidimensional array. Is there any? How do
I create my own?
- How do I check if a variable is a multidi... Kirill via Digitalmars-d-learn
- Re: How do I check if a variable is ... jfondren via Digitalmars-d-learn
- Re: How do I check if a variable... Kirill via Digitalmars-d-learn