On 07/12/2016 11:06 AM, Mike Parker wrote:
> The 'Group' type is an implementation detail -- a type used internally
> -- that you aren't supposed to care about. All you need to care about is
> that it's a range. The documentation for chunkBy [1] explains what the
> return type is.
> 
> [1] https://dlang.org/phobos/std_algorithm_iteration.html#.chunkBy

Thanks.  Now since I can't do `takeOne` on `Group`[1], exactly what kind
of range is `Group`?

[1] Error: no property 'takeOne' for type 'Group'

-- 
Bahman

Reply via email to