mir-core — Libmir Archive
Libmir Archive
API Reference Index
mir-core Guide
Dlang.org
Err.Err
mir
algebraic
Err
Wraps a value of type T in an Err struct, available only when T is not itself an Err type.
template
Err
(T)
static if
(
!isErr!T
)
struct
Err {
T
value
;
}
Members
Variables
value
T
value
;
mir
algebraic
Err
structs
Err
Wraps a value of type T in an Err struct, available only when T is not itself an Err type.