Inherent code performance advantages of D over C?

Dmitry Olshansky dmitry.olsh at gmail.com
Fri Dec 6 23:18:19 PST 2013


07-Dec-2013 11:15, Dmitry Olshansky пишет:
> 07-Dec-2013 03:55, H. S. Teoh пишет:
>> On Fri, Dec 06, 2013 at 03:19:24PM -0800, Walter Bright wrote:
>>> On 12/6/2013 3:02 PM, Maxim Fomin wrote:
[snip]
> import std.regex.traits;
>
> auto dirEntries(C, RegEx)(in C[] path, RegEx re)
>      if(isSomeChar!C && isRegexFor!(Regex, C))

s/Regex/RegEx/

> {
>      import std.regex; //full package
>      ...
> }
>
>


-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list