tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
Result.this
tagion
utils
Result
Result
Undocumented in source.
this
()
this
(V value)
this
(V value, string msg, string file, size_t line)
struct
Result
(V, Except = Exception)
pure nothrow
this
(
V
value
,
string
msg
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
this
(string msg, string file, size_t line)
this
(Except e)
Meta
Source
See Implementation
tagion
utils
Result
Result
constructors
this
functions
error
get
msg
opCast
variables
e
value