September 01, 2021 General » Re: Containers | |||
|---|---|---|---|
| |||
...private:
struct ThingImpl {
@safe:
RCISharedAllocator allocator;
shared(size_t) refCount;
}
```
I've found this to... | |||
August 31, 2021 General » Containers | |||
|---|---|---|---|
| |||
...const T) and we want const(Vector!T...heap if the collection size grows past this... | |||
August 30, 2021 General » Re: bit fields | |||
|---|---|---|---|
| |||
...Test* t)
{
t->member1 = 0;
}
...repeat for how many members there are
size_t sizeofTest... | |||
August 29, 2021 General » Re: std.sumtype? | |||
|---|---|---|---|
| |||
...version matches the `SumType`'s current value. */ size_t typeIndex(This)(auto ref This this... | |||
August 26, 2021 General » Re: How can one reliably run unittests | |||
|---|---|---|---|
| |||
...one past a certain size. It' very unfortunate...Dmain, so it won't clash, but the... | |||
August 26, 2021 General » Re: How can one reliably run unittests | |||
|---|---|---|---|
| |||
...seen anyone bother about unittest binary size. I don't think we should. And if... | |||
August 25, 2021 Learn » Re: Mixin/static if issue | |||
|---|---|---|---|
| |||
...std.stdio;
uint TestVar = 5;
string mxnWrite_Size_t(string VarName)() {
static if (typeof(mixin... | |||
August 25, 2021 Learn » Re: Mixin/static if issue | |||
|---|---|---|---|
| |||
...std.stdio;
uint TestVar = 5;
string mxnWrite_Size_t(string VarName) {
static if (typeof(mixin... | |||
August 25, 2021 Learn » Mixin/static if issue | |||
|---|---|---|---|
| |||
...std.stdio;
uint TestVar = 5;
string mxnWrite_Size_t(string VarName) {
static if (typeof(VarName... | |||
August 24, 2021 General » Re: Sometimes 100 lines of code can fix your ctfe perf | |||
|---|---|---|---|
| |||
...auto appendingFormatter(string fmt, string file = __FILE__, size_t line = __LINE__, Args...)(Args args) {
import... | |||
Copyright © 1999-2021 by the D Language Foundation