soa v0.2.0 (2020-12-26T15:35:12Z)
Dub
Repo
SOA.opOpAssign
soa
SOA
Concatenate values from range.
void
opOpAssign
(T value)
void
opOpAssign
(Dispatcher!(T, M) dispatcher)
void
opOpAssign
(R range)
struct
SOA
(T, size_t N = 0)
static if
(!(
usesStaticArrays
))
void
opOpAssign
(
string
op
: "~"
R
)
(
auto
ref
R
range
)
if
(
isInputRange
!
R
)
if
(
is
(
T
== struct)
)
Meta
Source
See Implementation
soa
SOA
aliases
Dispatcher
DispatcherRange
ElementType
opDollar
constructors
this
functions
opIndex
opOpAssign
opSlice
manifest constants
length
variables
firstLength
Concatenate values from range.