streams ~master (2025-01-12T01:29:17.6553987)
Dub
Repo
Optional.this
streams
utils
Optional
Constructs an optional with a given value.
struct
Optional
(T)
this
(
T
value
)
Parameters
value
T
The value to use.
Meta
Source
See Implementation
streams
utils
Optional
constructors
this
functions
notPresent
variables
present
value
Constructs an optional with a given value.