phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
VariantArrays.at
nxt
variant_arrays
VariantArrays
Get reference to element of type
SomeKind
at
index
.
inout
(
SomeKind
)
at
(size_t index)
struct
VariantArrays
(Types...)
@
safe
scope ref inout return
inout
(
SomeKind
)
at
(
SomeKind
)
(
in
size_t
index
)
if
(
Ref.canReferenceType
!
SomeKind
)
inout
(
SomeKind
)
at
(Ref ref_)
Meta
Source
See Implementation
nxt
variant_arrays
VariantArrays
aliases
Ref
put
functions
allOf
at
insertBack
insertBackMove
opOpAssign
peek
reserve
properties
empty
length
static functions
makeRef
Get reference to element of type SomeKind at index.