Why does std.math.signbit only work for floating point types?
Is there an analogue function for integer types? what is the best way to compare the sign of a float with the sign of an integer?
Thanks in advance

Reply via email to