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