Is there any way to check if array is dense or not?
Mariusz `shd` Gliwiński" <alienballance at gmail.com>
Mariusz `shd` Gliwiński" <alienballance at gmail.com>
Sun Nov 10 16:04:37 PST 2013
As described on
http://wiki.dlang.org/Dense_multidimensional_arrays we can have
dense and jagged arrays. That's nice.
Is it possible to check if an array is jagged or not by using
some template like std.traits : isArray ?
More information about the Digitalmars-d-learn
mailing list