1 module a18243;
2 
3 import std.math : isNaN;
4 
isNaN()5 public bool isNaN() { return false; }
6