Docs for `Group` type

Bahman Movaqar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jul 12 01:03:53 PDT 2016


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


More information about the Digitalmars-d-learn mailing list