class CRZ::Containers::Result::Ok(T, E)
Defined in:
crz/result.crConstructors
Instance Method Summary
- #==(other : Other) forall Other
- #clone : Ok(T, E)
- #copy_with(value0 = @value0) : Ok(T, E)
- #value0 : T
- #value0=(value0 : T)
CRZ::Containers::Result(T, E)
CRZ::Containers::Result(T, E)
CRZ::Monad(T)
CRZ::Applicative(T)
CRZ::Applicative(T)
CRZ::Functor(T)