On Wednesday, 18 August 2021 at 13:35:07 UTC, Paul Backus wrote:
On Wednesday, 18 August 2021 at 11:10:49 UTC, Rekel wrote:
I tried looking into how isArray is defined. Like, does being able to index mean it's an array, or are these only static &/or dynamic arrays?

Did you read the documentation?

https://phobos.dpldocs.info/std.traits.isArray.html

Ah it's specifically static & dynamic arrays, I see.

Reply via email to