phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
Algebraic.mayHaveAliasing
nxt
variant
Algebraic
Is
true
iff
this
may have aliasing through any of
Types
.
struct
Algebraic
(Types...)
@
safe
enum
mayHaveAliasing
=
anySatisfy
!(
hasAliasing
,
Types
)
;
Meta
Source
See Source File
nxt
variant
Algebraic
aliases
nullify
constructors
this
destructors
~this
functions
clear
get
hasValue
ofType
opAssign
peek
toDigest
toHTML
manifest constants
hasFixedSize
mayHaveAliasing
static variables
nullValue
variables
allowsAssignmentFrom
Is true iff this may have aliasing through any of Types.