Vote?
Jesse Phillips
jessekphillips+d at gmail.com
Thu Nov 17 21:01:22 PST 2011
On Thu, 17 Nov 2011 18:26:08 -0800, Jonathan M Davis wrote:
> dsimcha did forget to put an end date on the voting for std.csv, but it
> started on Saturday, and votes have typically been about a week long, so
> the voting will presumably close sometime Saturday (Sunday at the
> latest), and yet only _two_ people have voted thus far. I don't know if
> we can even reasonably count that as passing if that's all who vote.
>
> So, please don't forget to vote if you intend to.
>
> - Jonathan M Davis
Thank you, and on the description of what csvReader returns I'm wanting
something like:
Returns:
An input range as defined by $(XREF range, isInputRange). When $(D
Contents) is a struct or associative array the range is of that type,
otherwise it is a range of ranges of that type.
And the questions are, is "range is of that type" good?
How can you express that you have a range of ranges cleanly? This is the
hardest one to express.
More information about the Digitalmars-d
mailing list