On Saturday, 24 May 2025 at 20:29:52 UTC, Andy Valencia wrote:
The best I"ve come up with for a "static if" to see if something's an array of ubyte:
is(typeof(arg) == ubyte[])
just say no to phobos brainrot via Digitalmars-d-learn Sat, 24 May 2025 14:26:36 -0700
On Saturday, 24 May 2025 at 20:29:52 UTC, Andy Valencia wrote:
The best I"ve come up with for a "static if" to see if something's an array of ubyte:
is(typeof(arg) == ubyte[])