libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
NotNull.opAssign
optional
notnull
NotNull
You can only asign to another
NotNull
type.
void
opAssign
(typeof(null) )
void
opAssign
(NotNull!V other)
struct
NotNull
(T)
void
opAssign
(
V
)
(
NotNull
!
V
other
)
if
(
is
(
T
== class) ||
is
(
T
== interface)
||
isPointer
!
T
)
Meta
Source
See Implementation
optional
notnull
NotNull
constructors
this
functions
opAssign
properties
value
You can only asign to another NotNull type.