May 13, 2022 General » Re: The point of const, scope, and other attributes | |||
|---|---|---|---|
| |||
...preview=in:
import std.stdio;
struct S(size_t N) {
int[N] i; // Can be... | |||
May 13, 2022 Learn » Re: Template shenannigans with multiple datatypes | |||
|---|---|---|---|
| |||
...int'.
class SimpleDataSource(T) : DataSource {
T[] data; // All collected data
size_t next; // The beginning... | |||
May 13, 2022 Issues » [Issue 23109] ICE: AssertError@src/dmd/dclass.d(449): Assertion failure | |||
|---|---|---|---|
| |||
...compiler.
Minimal object.d:
---
module object;
alias size_t = typeof(int.sizeof);
class Object
{
}
auto... | |||
May 12, 2022 Learn » Re: Creating a custom iota() | |||
|---|---|---|---|
| |||
...Teoh wrote: It can't because I only...1.5MB, the same size as my complete... | |||
May 12, 2022 Learn » Re: What are (were) the most difficult parts of D? | |||
|---|---|---|---|
| |||
...true;
else static if (is(T == CharRange))
{
foreach(size_t i; elem._min - result._min... | |||
May 12, 2022 General » Re: [Semi-OT] Fibers vs. Async / Await | |||
|---|---|---|---|
| |||
...help a little. Doesn't get rid of...a delegate: a fixed-size structure that can... | |||
May 12, 2022 Issues » [Issue 23067] importC: offsetof macro assumes size_t is defined | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23067 Walter Bright <bugzilla@digitalmars.com> changed... | |||
May 12, 2022 Issues » [Issue 23067] importC: offsetof macro assumes size_t is defined | |||
|---|---|---|---|
| |||
...fix Issue 23067 - importC: offsetof macro assumes size_t is defined" was merged into master... | |||
May 12, 2022 Issues » [Issue 23067] importC: offsetof macro assumes size_t is defined | |||
|---|---|---|---|
| |||
...size_t is defined" fixing this issue: - fix Issue 23067 - importC: offsetof macro assumes size... | |||
May 12, 2022 Announce » Re: Library associative array project v0.0.1 | |||
|---|---|---|---|
| |||
...safe @nogc pure nothrow refSub_;
void[]delegate(size_t, TypeInfo ti = null) @safe @nogc pure... | |||
Copyright © 1999-2021 by the D Language Foundation