Search

November 21
Issues »
...3 from Nick Treleaven <nick@geany.org> ---
OK, making the prototype a template again shows...
November 21
Issues »
...weird as the function prototype type is OK:

    ref const(AliasSeq!(int)[0]) g() const...
November 19
Issues »
...of @system variables in CTFE may be ok (could be implementation
defined, e.g. JIT...
November 18
General »
...t make sense if something is null.
Ok, an array has both a pointer and...
November 18
Announce »
...quirks and bugs. I think it's OK now, but certainly coding a pretty weird...
November 16
Issues »
...project to install prerequisites which all pass OK during ./configure check.

Actual Results:

obsd$ gmake...
November 15
Issues »
...import std.math: fabs;

/* OK */
// import std.algorithm: maxIndex, minIndex, map;

/* OK */
// import std.algorithm...
November 15
Issues »
...writeln(u.maxIndex); // => 3, OK
   writeln(u.map!fabs.minIndex); // => 2, OK
   writeln(u.map...
November 14
Learn »
Ok. Somewhat sad, but at least it works.
Thanks for all the replies.
November 13
Issues »
...writeln(u.maxIndex); // => 3, OK
writeln(u.map!fabs.minIndex); // => 2, OK
writeln(u.map...
1 2 3
Next ›   Last »