© 2026 Hedgehog Software, LLC
ReadonlyArray.groupWith
<A>(self: NonEmptyReadonlyArray<A>, isEquivalent: (self: A, that: A) => boolean): NonEmptyArray<NonEmptyArray<A>>
<A>(self: ReadonlyArray<A>, isEquivalent: (self: A, that: A) => boolean): ReadonlyArray<NonEmptyArray<A>>