October 17, 2021 General » Re: Nim Nuggets: Nim talk at Strange Loop 2021 | |||
|---|---|---|---|
| |||
...https://youtu.be/WsgW4HJXEAg?t=3354
"and like...position, velocity, facing;
float size;
}
struct Player {
mixin... | |||
October 16, 2021 Issues » [Issue 22395] New: OpenBSD: Add more OpenBSD-specific function prototypes in string.d and unistd.d | |||
|---|---|---|---|
| |||
...int, size_t); size_t strlcat(char*, scope const char*, size_t); size_t strlcpy... | |||
October 15, 2021 General » Re: Worst ideas/features in programming languages? | |||
|---|---|---|---|
| |||
...when allocating chunk of size bigger than 4MB...100% fair, this doesn't work with all... | |||
October 13, 2021 Issues » [Issue 21957] ice when dmd computes the alignment of an union containing a noreturn | |||
|---|---|---|---|
| |||
...MoonlightSentinel: Fix 21957 - Don't crash when aligning...default alignment has a size greater than zero... | |||
October 13, 2021 Issues » [Issue 21952] ice for global / tls variable of type noreturn | |||
|---|---|---|---|
| |||
...code assumed variables of size 0 must be static arrays `T[0]` but `noreturn.sizeof... | |||
October 12, 2021 Issues » [Issue 21952] ice for global / tls variable of type noreturn | |||
|---|---|---|---|
| |||
...code assumed variables of size 0 must be static arrays `T[0]` but `noreturn.sizeof... | |||
October 12, 2021 Issues » [Issue 21952] ice for global / tls variable of type noreturn | |||
|---|---|---|---|
| |||
...code assumed variables of size 0 must be static arrays `T[0]` but `noreturn.sizeof... | |||
October 12, 2021 Learn » Re: problem with alias this and Tuple | |||
|---|---|---|---|
| |||
...the built-in [`hashOf`][3] function:
```d
size_t toHash() const
{
return hashOf(payload);
}
```
[1... | |||
October 12, 2021 Issues » [Issue 22372] Loop index incorrectly optimised out for -release -O | |||
|---|---|---|---|
| |||
...true;
}
void main()
{
S[] arr = [S(), S()];
size_t i;
try
{
for (i = 0; i... | |||
October 11, 2021 Learn » I need a detailed document about druntime. | |||
|---|---|---|---|
| |||
...import core.runtime;
import core.atomic;
shared size_t initCount;
void initRT(){
if(!atomicLoad!(MemoryOrder... | |||
Copyright © 1999-2021 by the D Language Foundation