tryCatch.tryCatch

Undocumented in source.
template tryCatch(A...)
tryCatch
()

Members

Aliases

B
alias B = Universal!(typeof(f(A.init)))
Undocumented in source.
R
alias R = Result!(B, Throwables)
Undocumented in source.

Functions

cases
string cases()
Undocumented in source. Be warned that the author may not have intended to support it.
tryCatch
R tryCatch(A args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta