roundToInt

Simple nothrow @nogc method of rounding a float to an int

deprecated("Use std.math.round instead")
int
roundToInt
nothrow @nogc
(
float x
)

Meta