Docs for `Group` type

Bahman Movaqar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jul 12 04:40:48 PDT 2016


On 07/12/2016 01:01 PM, Mike Parker wrote:
> Do you have some sample code that shows the error?

Yes.  I'm working on Stockman[1] a playground to learn D.
In file `etl.d`, line 110 [2], if I change the line to
    auto refInvoice = group[1].takeOne();
the file will not compile.  I have attached the compile error to this
message.

Thanks,
-- 
Bahman


[1] https://github.com/bahmanm/stockman-d
[2] https://github.com/bahmanm/stockman-d/blob/master/source/etl.d#L110
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compile.log
Type: text/x-log
Size: 739 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20160712/40b8d617/attachment.bin>


More information about the Digitalmars-d-learn mailing list