codeEither

Undocumented in source.
enum codeEither = ` type Either(T, U) = | Right of T | Left of U `;

Meta