import { concreteGroupBy } from "@effect/core/stream/GroupBy/operations/_internal/GroupByInternal" /** * @tsplus getter effect/core/stream/GroupBy grouped */ export function grouped( self: GroupBy ): Stream, V>>]> { concreteGroupBy(self) return self.grouped() }