Search

June 05
General »
...are benign, but take a look at `std.stdio`, I wish whoever wants to port...
June 05
Issues »
...cgi?id=24589

          Issue ID: 24589
           Summary: [std.sreaching] take functions seem to be missing...
June 05
General »
...chaining, dub, foreach, and good parts of std.* (range, algorithm, string, conv, studio). I love...
June 05
Learn »
...edited at last minute). Fixed:

```d
import std.stdio;
alias s_cell = int;

void main...
June 05
Learn »
...int` instead for demo purposes):

```d
import std.stdio;
alias s_cell = int;

void main...
June 03
Issues »
...cast(bool[]) [2, 4]; // literal cast

    import std.stdio;
    writeln(*cast(byte*)&v); // 1, OK...
June 02
General »
...test_exception fail
```

```
// test_exception.d

import std.stdio;

class MyException : Exception {
    @nogc
    this(string...
June 01
Issues »
...in C++
struct std_function(F)
{
    // ...
}

extern(C++) void f(ref const std_function!(FunctionTypeOf...
June 01
Issues »
...i = 5;
    return r;
}
//////////////// test.d ////////////////////
import std.stdio;

extern(C++) struct S
{
    int i...
June 01
Genel »
...std.stdio;

int width, height;

void main()
{
  auto cs = CONSOLE_SCREEN_BUFFER_INFO();
  GetStdHandle(STD...
109 110 111 112 113 114 115 116 117 118 119
Next ›   Last »