streams v3.5.0 (2023-06-23T15:36:02Z)
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.