NaN via Digitalmars-d-learn Sat, 09 May 2020 17:36:08 -0700
Ie something like..
auto Foo(T)(auto ref T x) { static if (isByRef(x)) { } else { } }