No, I mean you call holeKey at *runtime*. Inlined, it's just returning a constant, so it should reduce to a constant.
A compile-time constant visible to the optimizer?
Nordlöw via Digitalmars-d-learn Mon, 05 Mar 2018 10:05:33 -0800
No, I mean you call holeKey at *runtime*. Inlined, it's just returning a constant, so it should reduce to a constant.
A compile-time constant visible to the optimizer?