The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Vector.opSliceOpAssign
automem
vector
Vector
Assign all elements using the given operation and the given value
void
opSliceOpAssign
(E value)
struct
Vector
(E, Allocator = typeof(theAllocator))
scope
static if
(
isElementMutable
)
void
opSliceOpAssign
(
string
op
)
(
E
value
)
if
(
isAllocator
!
Allocator
)
void
opSliceOpAssign
(E value, long start, long end)
Meta
Source
See Implementation
automem
vector
Vector
functions
capacity
clear
empty
free
opAssign
opBinary
opIndex
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
popBack
popFront
range
reserve
shrink
stringz
properties
length
Assign all elements using the given operation and the given value