BindEither typedef

BindEither = T Function<T>(Result<T>)

Implementation

typedef BindEither = T Function<T>(Result<T>);