How do I check if a variable is a multidimensional (2D) array?

Kirill kirill.saidov at mail.com
Mon Jul 12 04:25:00 UTC 2021


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?

Thanks in advance.


More information about the Digitalmars-d-learn mailing list