phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
Algebraic.opEquals
nxt
variant
Algebraic
Undocumented in source. Be warned that the author may not have intended to support it.
bool
opEquals
(Algebraic that)
struct
Algebraic
(Types...)
@
safe
pure const @
trusted
nothrow @
nogc
static if
(
allSatisfy!(isEquable, Types)
)
static if
(
hasCommonType
)
bool
opEquals
()
(
in
Algebraic
that
)
bool
opEquals
(Algebraic that)
bool
opEquals
(T that)
Meta
Source
See Implementation
nxt
variant
Algebraic
aliases
CommonType
Ix
nullify
constructors
this
destructors
~this
functions
clear
commonValue
currentSize
hasValue
isNull
ofType
opAssign
opCmp
opEquals
to
toDigest
toHash
manifest constants
dataMaxSize
hasCommonType
hasFixedSize
maxTypesCount
mayHaveAliasing
name
typeCount
typeNames
typeSizes
properties
get
peek
toHTML
toString
static variables
nullValue
typeNamesRT
variables
allowsAssignmentFrom