micro_core_result library

Classes

Empty
Empty class used when there ins't any return on the Left or Right side of Result.
Left<L, R>
Left side of the returned value.
Result<L, R>
Interface of the Left and Right sides of the returned value.
Right side of the returned value.

Constants

empty → const Empty
Singleton to be returned.

Functions

id<T>(T callback) → T