IterableResult<T, E> typedef

IterableResult<T, E> = Result<Iterable<T>, E>

The value is iterable

Implementation

typedef IterableResult<T, E> = Result<Iterable<T>, E>;