Search

July 07
Learn »
Isn't it supposed to be spelled .asNormalizedPath?


T

-- 
IBM = I Blame Microsoft
July 07
Learn »
`asNormalizedPath` is misspelled.
July 07
Learn »
...different functions in std.path do not work together:
```d
import std.path;

// Error: no...
July 07
General »
...which makes the layout predictable and lets `std.bitmanip` bitfield to be used for interfacing...
July 07
General »
...answer to this question is "yes" for std.bitmanip and "no" for "native" D bitfields.
July 06
Learn »
Have you considered [std.Variant](https://dlang.org/phobos/std_variant.html)? I've found...
July 06
Learn »
...something
along the lines of
```d
import std.stdio : writeln;

class Item
{
    public void operationA...
July 06
General »
...types (A well-specified one that's `std.bitmanip` one, and the C-compatible one...
July 06
DIP Ideas »
...state)
{
    case State.IDLE: /* .. */ break;
}
```



```D
import std.stdio;
import module_a.module_b.module...
July 05
Issues »
...0, 1);
        return 0;
    }
}

void main()
{
    import std.stdio;

    S s;
    foreach(n; s) // error...
101 102 103 104 105 106 107 108 109 110 111
Next ›   Last »