```d (isArray!(typeof(arg))) && is(typeof(arg).init[0] == ubyte) ```
Which doesn't seem to work, but it's the closest I've come by poring over the docs and reading Phobos source.
TIA! Andy
Andy Valencia via Digitalmars-d-learn Sat, 24 May 2025 13:31:57 -0700
```d (isArray!(typeof(arg))) && is(typeof(arg).init[0] == ubyte) ```
Which doesn't seem to work, but it's the closest I've come by poring over the docs and reading Phobos source.
TIA! Andy