phobos-next ~master (2022-05-18T09:58:38.2169964)
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
CommonType
Ix
canStore
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
Is true iff this may have aliasing through any of Types.