December 12, 2022 Learn » Is remove safe using foreach | |||
|---|---|---|---|
| |||
``` int[string] aa = ["ok":1, "aaa":2, "ccc":3, "ddd":4]; foreach (k ; aa.byKey... | |||
October 30, 2022 Issues » [Issue 23361] std.uni.normalize should be pure | |||
|---|---|---|---|
| |||
...pure (in normalize)
() @trusted {
decomposed.assumeSafeAppend();
ccc.length = 0;
ccc.assumeSafeAppend();
} ();
To cheat and not... | |||
October 24, 2022 General » Re: C++ pattern matching is coming | |||
|---|---|---|---|
| |||
...0,1,2 => aaa();
3 => bbb();
4 => ccc();
5 => {
int a = 1+1;
return a... | |||
December 03, 2020 General » Re: Kernel buffer overflow exposes iPhone 11 Pro to radio based attacks | |||
|---|---|---|---|
| |||
...TamaGo, you would eventually land on this CCC talk. "TamaGo - bare metal Go framework for... | |||
May 27, 2020 General » Re: Improving the D documentation web presentation | |||
|---|---|---|---|
| |||
...top: 1.5em;
}
.codeblock {
border: solid 1px #ccc;
padding: 0;
margin: 0;
}
.codeblock header {
background... | |||
October 19, 2019 LDC » please help with me to cherry-pick LDC IOS arch and target support. | |||
|---|---|---|---|
| |||
...iOS extern(D) ABI from fastcc to ccc 3e535bd8 - Dan Olson - 2015-05-15 23... | |||
May 09, 2019 Announce » Re: DConf 2019 Livestream | |||
|---|---|---|---|
| |||
...streaming.media.ccc.de/ https://media.ccc.de/a Example: https://media.ccc.de/v... | |||
January 08, 2019 General » Re: What's the go with the GC these days? | |||
|---|---|---|---|
| |||
...C#, Swift, Haskell, and OCaml" https://media.ccc.de/v/35c3-9670-safe_and_secure... | |||
February 07, 2018 Learn » Re: Run-time initialised static variables | |||
|---|---|---|---|
| |||
...T value) @trusted
if (isArithmetic!T)
{
version(ccc) { ++_ccc; }
static if (isUnsigned!T)
__gmpz_init... | |||
May 21, 2017 General » Re: My two cents on what D needs to be more successful... | |||
|---|---|---|---|
| |||
...know that "dmd aaa.d bbb.d ccc.ddd ..." works too, but as long as... | |||
Copyright © 1999-2021 by the D Language Foundation