byLine/byLineCopy deprecation?

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Fri Oct 10 05:09:37 PDT 2014


On Fri, 10 Oct 2014 11:49:05 +0000
bearophile via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> A possible name for such function is "byRow!(bool doCopy=true, 
> .....)" and then slowly deprecate byLine and byLineCopy.
i think it should be better to use less generic type as template
argument. something like `byRow!Copying.Yes`. it's unnecessary annoying
to remember if `true` means "do copying" or "don't do copying". ;-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20141010/9422fd3e/attachment.sig>


More information about the Digitalmars-d mailing list