checkedint v0.1.1 (2016-01-25T13:30:11Z)
Dub
Repo
mostNegative
checkedint
traits
Undocumented in source.
template
mostNegative (
T
)
if
(
isFixedPoint
!
T
) {
static if
(
isFloatingPoint!T
)
enum
mostNegative
;
static if
(!(
isFloatingPoint!T
))
enum
mostNegative
;
}
Members
Manifest constants
mostNegative
enum
mostNegative
;
Undocumented in source.
mostNegative
enum
mostNegative
;
Undocumented in source.
Meta
Source
See Implementation
checkedint
traits
aliases
Promoted
Signed
Unsigned
isFixedPoint
isIntegral
isNumeric
isScalarType
isSigned
isUnsigned
templates
mostNegative