jcli v0.12.0 (2021-01-28T09:25:30Z)
Dub
Repo
Result.success
jaster
cli
result
Result
Constructs a successful result, returning the given value.
Result
!
T
success
(T value)
struct
Result
(T)
static
Result
!
T
success
()
(
T
value
)
Result
!
void
success
()
Meta
Source
See Implementation
jaster
cli
result
Result
constructors
this
functions
asType
isType
static functions
failure
failureIf
success
structs
Failure
Success
Constructs a successful result, returning the given value.