Src/Config/either_pattern library

Classes

Either<L, R>
Abstract Either type representing a value of one of two possible types (Left or Right).
Left<L, R>
Represents a Left value of Either (commonly used for failure).
Represents a Right value of Either (commonly used for success).