nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
Fixed.opEquals
nulib
math
fixed
Fixed
Undocumented in source. Be warned that the author may not have intended to support it.
bool
opEquals
(R other)
struct
Fixed
(T, size_t FRACT_BITS = (8 * (T.sizeof / 2)))
@
nogc
nothrow pragma(
inline
, true) const
bool
opEquals
(
R
)
(
const
R
other
)
if
(
is
(
R
:
Fixed
!
T
)
)
if
(
__traits(
isIntegral
,
T
) &&
!__traits(
isUnsigned
,
T
)
)
bool
opEquals
(R other)
Meta
Source
See Implementation
nulib
math
fixed
Fixed
aliases
Self
ValueT
constructors
this
enums
FRACT_DIV
functions
opAssign
opBinary
opCast
opEquals
opOpAssign
toHash
static functions
fromData
variables
FRACT_MASK
INT_MASK
SHIFT
data
max
min