On Saturday, 24 May 2025 at 21:58:16 UTC, H. S. Teoh wrote:
static if (is(typeof(myArray) == ubyte[])) { ... }
Oh! I knew I was missing something. Thank you to both of you for pointing at this.
Andy
Andy Valencia via Digitalmars-d-learn Sat, 24 May 2025 17:16:49 -0700
On Saturday, 24 May 2025 at 21:58:16 UTC, H. S. Teoh wrote:
static if (is(typeof(myArray) == ubyte[])) { ... }
Oh! I knew I was missing something. Thank you to both of you for pointing at this.
Andy