ExactFloat.signedZero

////////////////////////////////////////////////////////////////// Return an ExactFloat equal to positive zero (if sign >= 0) or negative zero (if sign < 0).

struct ExactFloat
static nothrow pure
signedZero
(
int sign
)

Meta