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

      Type alias With<T, A>

      With<T, A>: T extends NonEmptyChunk<any>
          ? NonEmptyChunk<A>
          : Chunk<A>

      Type Parameters

      Since

      2.0.0