May 28 Learn » Get milliseconds from time and construct time based on milliseconds | |||
|---|---|---|---|
| |||
...find a solution to after looking at std.datetime. First question is how do I... | |||
May 28 Issues » [Issue 24572] New: [REG 2.108.0] Faulty template instantiation with lambda expressions | |||
|---|---|---|---|
| |||
...broken since dmd 2.108.0:
----------------
import std;
template isCallableWith(alias F, Args...)
{
enum bool... | |||
May 28 General » Re: IFTI needs to be updated if you accept tuples | |||
|---|---|---|---|
| |||
...today: ```d static import std.typecons; void test(T,U,V)(std.typecons.Tuple!(T... | |||
May 28 General » Re: Printing a range of ranges drains them | |||
|---|---|---|---|
| |||
...i); auto arr = [r, r, r]; import std.conv : text; auto str = arr.text; assert... | |||
May 28 Issues » [Issue 24570] printing a range of ranges consumes sub-ranges | |||
|---|---|---|---|
| |||
...r, r, r]; assert(!arr.empty); import std.conv : text; auto str = arr.text; // "€₺₽... | |||
May 28 General » Re: Printing a range of ranges drains them | |||
|---|---|---|---|
| |||
...new R(c); assert(!r.empty); import std.conv : text; auto str = r.text; // "€₺₽... | |||
May 27 General » Re: IFTI needs to be updated if you accept tuples | |||
|---|---|---|---|
| |||
...add expand currently https://dlang.org/library/std/typecons/tuple.expand.html Because D doesn’t... | |||
May 27 Issues » [Issue 24570] New: printing a range of ranges consumes sub-ranges | |||
|---|---|---|---|
| |||
...An example:
```d
import std.range;
import std.conv;
import std.algorithm;
struct R
{
int... | |||
May 27 Issues » [Issue 24549] std.process.environment.get(null) segfaults | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24549 --- Comment #4 from Dlang Bot <dlang... | |||
May 27 General » Printing a range of ranges drains them | |||
|---|---|---|---|
| |||
...the nested ranges.
example:
```d
import std.stdio;
import std.range;
struct R
{
int* ptr... | |||
Copyright © 1999-2021 by the D Language Foundation