A few notes on choosing between Go and D for a quick project
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Fri Mar 13 12:21:26 PDT 2015
On 3/13/2015 10:35 AM, Andrei Alexandrescu wrote:
> One issue I see here is that it's difficult to group together functions with
> slightly different names but related functionality (e.g. findSplit,
> findSplitBefore, findSplitAfter).
That's what
See Also:
findSplit, findSplitBefore, findSplitAfter
is for.
More information about the Digitalmars-d
mailing list