Search

June 01
General »
```d
import std;
void main()
{
    writefln("%1.14f", std.math.PI);
}
```
May 31
Issues »
...com
          Reporter: crazymonkyyy@gmail.com

```d
import std;
struct tree(T){
        alias node=typeof(this...
May 31
Issues »
https://issues.dlang.org/show_bug.cgi?id=23487

Forest <forestix@nom.one> changed:

           What...
May 30
DIP Ideas »
...will be more readable...

```d
import std.stdio;
import std.typecons;

enum Status
{
    Idle = 1...
May 30
Genel »
...da yapıştırayım:

```d
import std.algorithm;
import std.range;
import std.stdio;

void main()
{
  auto...
May 30
DIP Ideas »
...t)
{
    return t.match!(
        (Fahrenheit f) => true,
        _ => false
    );
}
```

https://dlang.org/phobos/std_sumtype.html
May 29
Genel »
...kalorili değil :)

```d
struct Flags(T)
{
    import std.typecons : BitFlags;
    BitFlags!(E, Yes.unsafe) flags...
May 28
Learn »
...0)) + milliseconds.msecs;
```

https://dlang.org/phobos/std_datetime_systime.html#unixTimeToStdTime
https://dlang.org...
May 28
Issues »
...a newcomer to Phobos logging:

- Read the std.logger docs.
- Create a StdForwardLogger for each...
May 28
Learn »
...be what you want:

import std;

import std.datetime;
import std.stdio;

    void main() {
        // Get...
110 111 112 113 114 115 116 117 118 119 120
Next ›   Last »