libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
NotNullSlice.opAssign
libd
memory
ptr
NotNullSlice
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opAssign
(T[] value)
auto
opAssign
(MaybeNullSlice!(T, Tag) slice)
auto
opAssign
(MaybeNullSlice!(T, Tag2) slice)
struct
NotNullSlice
(T, string Tag_ = "default")
auto
opAssign
(
string
Tag2
)
(
MaybeNullSlice
!(
T
,
Tag2
)
slice
)
if
(
Tag2
!=
Tag
)
Meta
Source
See Implementation
libd
memory
ptr
NotNullSlice
functions
opAssign
static variables
Tag
variables
slice