automem v0.4.4 (2018-10-20T17:12:34Z)
Dub
Repo
Vector.isElementMutable
automem
vector
Vector
Undocumented in source.
struct
Vector
(E, Allocator = typeof(theAllocator))
enum
isElementMutable
=
!
is
(
E
==
immutable
) && !
is
(
E
==
const
)
;
Meta
Source
See Source File
automem
vector
Vector
aliases
MutE
constructors
this
destructors
~this
functions
back
capacity
clear
empty
free
front
opAssign
opBinary
opCast
opDollar
opIndex
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
popBack
popFront
reserve
shrink
stringz
manifest constants
isElementMutable
postblits
this(this)
properties
length