NonEmptyIterable
Getters
Model
NonEmptyIterable interface
Added in v2.0.0
Source
Signature
interface NonEmptyIterable<out A> extends Iterable<A> {
readonly [nonEmpty]: A;
}interface NonEmptyIterable<out A> extends Iterable<A> {
readonly [nonEmpty]: A;
}