⚠️ Internal: This API is not publically exported by the package.

      Interface NonEmptyIterable<A>

      Since

      2.0.0

      interface NonEmptyIterable {
          [nonEmpty]: A;
          [iterator](): Iterator<A, any, undefined>;
      }

      Type Parameters

      • out A

      Hierarchy

      Methods

      Properties

      Methods

      • Returns Iterator<A, any, undefined>

      Properties

      [nonEmpty]: A