numem ~master (2025-12-14T08:31:01.1033613)
Dub
Repo
Option.some
numem
optional
Option
Wraps
value
in an optional type.
struct
Option
(T)
@
nogc
static @
trusted
nothrow
Option
!
T
some
(
T
value
)
Parameters
value
T
The value to wrap.
Return Value
Type:
Option
!
T
The wrapped value.
Meta
Source
See Implementation
numem
optional
Option
constructors
this
functions
get
getOr
reset
properties
hasValue
static functions
none
some
Wraps value in an optional type.