November 22 Issues » [Issue 24871] New: DDoc strips indent in triple slash comments | |||
|---|---|---|---|
| |||
...span class="keyword">void</span> <span
class="psymbol">main</span>() {
<span class="keyword">foreach</span... | |||
October 22 Issues » [Issue 24826] New: HTML tags visible in code examples on `std.algorithm.mutation.remove` page | |||
|---|---|---|---|
| |||
...that <code class="lang-d"><span class="pln">remove</span></code> does not change the... | |||
August 02 DIP Ideas » Re: Separate slices and dynamic arrays | |||
|---|---|---|---|
| |||
...C++ is a vector or string, a span or string_view, or a valarray, or... | |||
June 25 DIP Development » Re: [First Draft] Add @gc as a Function Attribute | |||
|---|---|---|---|
| |||
...a module (even if it happens to span the whole module). E.g. ```d default... | |||
June 21 General » Re: Lesson #100 in DLang YouTube playlist is coming -- Want to contribute what goes in? | |||
|---|---|---|---|
| |||
...two very different approaches for the vast span of possible applications, that is, the range... | |||
April 25 General » Re: Inside of D’s GC in Russian | |||
|---|---|---|---|
| |||
...T> : ReadOnlyMemory<T>, Span<T> class ReadOnlyMemory<T> : ReadOnlySpan<T> class Span<T> : ReadOnlySpan<T... | |||
April 24 General » Re: Inside of D’s GC in Russian | |||
|---|---|---|---|
| |||
Have Span be a subtype of ReadOnlySpan, either through interfaces and dynamic dispatch or through... | |||
April 23 General » Re: Inside of D’s GC in Russian | |||
|---|---|---|---|
| |||
...you design it without `inout`?
```
Span<T> Shrink<T>(Span<T> s, int length)
{
if... | |||
April 07 General » Structured Concurrency vs P2300R7 | |||
|---|---|---|---|
| |||
...sure about one basic thing, how to span parallel computations and reduce the results. What... | |||
January 09, 2024 General » Re: Interpolated strings and SQL | |||
|---|---|---|---|
| |||
...segregatedInterpolations(Args...)` should end with this: ```d result ~= Span(processedTill, Args.length, true); return result; ``` | |||
Copyright © 1999-2021 by the D Language Foundation