Search

May 28
Learn »
...find a solution to after looking at std.datetime.

First question is how do I...
May 28
Issues »
...broken since dmd 2.108.0:
----------------
import std;

template isCallableWith(alias F, Args...)
{
    enum bool...
May 28
General »
...today:

```d
static import std.typecons;

void test(T,U,V)(std.typecons.Tuple!(T...
May 28
General »
...i);
  auto arr = [r, r, r];

  import std.conv : text;
  auto str = arr.text;
  assert...
May 28
Issues »
...r, r, r];

  assert(!arr.empty);

  import std.conv : text;
  auto str = arr.text; // "€₺₽...
May 28
General »
...new R(c);

  assert(!r.empty);

  import std.conv : text;
  auto str = r.text; // "€₺₽...
May 27
General »
...add expand currently https://dlang.org/library/std/typecons/tuple.expand.html
Because D doesn’t...
May 27
Issues »
...An example:

```d
import std.range;
import std.conv;
import std.algorithm;
struct R
{
    int...
May 27
Issues »
https://issues.dlang.org/show_bug.cgi?id=24549

--- Comment #4 from Dlang Bot <dlang...
May 27
General »
...the nested ranges.

example:

```d
import std.stdio;
import std.range;
struct R
{
    int* ptr...
111 112 113 114 115 116 117 118 119 120 121
Next ›   Last »