Search

November 18
General »
...check was also wrong.

```d
module runnable;

import std.stdio;

void v(string s)
{
    if...
November 18
Issues »
...jmdavisProg.com

This code

---
void main()
{
    import std.stdio;
    import std.traits;

    static struct S2...
November 18
Issues »
...dlang@jmdavisProg.com

This code

---
void main()
{
    import std.traits;

    static struct Member
    {
        ~this() {}
    }

    static...
November 17
General »
...array" can at least not be printed:

   import std.stdio;

   void main ()
   {
      int [] arr;

      struct...
November 16
Issues »
...phobos
-I/usr/local/include/dmd/druntime/import -L-L/usr/lib -L-L/usr...
November 15
Issues »
...names, is there?)
```
import std.stdio: writeln;
import std.math: fabs;

/* OK */
// import std.algorithm...
November 15
Issues »
...d):

```
import std.stdio : writeln;
import std.algorithm : map;
import std.math: fabs;
import std...
November 14
Learn »
My version:

import std.stdio, std.array, std.range, std.algorithm;

void foo(ref int...
November 14
Learn »
...is what you want to do:

```d
import std.array, std.range, std.stdio;

void...
November 13
Issues »
...error message is:

---
/usr/include/dmd/druntime/import/core/internal/array/comparison.d(77): Error...
1 2 3 4 5 6 7 8
Next ›   Last »