Search

May 13, 2022
General »
...preview=in:

import std.stdio;

struct S(size_t N) {
  int[N] i; // Can be...
May 13, 2022
Learn »
...int'.
class SimpleDataSource(T) : DataSource {
  T[] data;    // All collected data
  size_t next; // The beginning...
May 13, 2022
Issues »
...compiler.

Minimal object.d:
---
module object;

alias size_t = typeof(int.sizeof);
class Object
{
}

auto...
May 12, 2022
Learn »
...Teoh wrote:

It can't because I only...1.5MB, the same size as my complete...
May 12, 2022
Learn »
...true;
            else static if (is(T == CharRange))
            {
                foreach(size_t i; elem._min - result._min...
May 12, 2022
General »
...help a little. Doesn't get rid of...a delegate: a fixed-size structure that can...
May 12, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=23067

Walter Bright <bugzilla@digitalmars.com> changed...
May 12, 2022
Issues »
...fix Issue 23067 - importC: offsetof macro assumes size_t is defined" was merged into master...
May 12, 2022
Issues »
...size_t is defined" fixing this issue:

- fix Issue 23067 - importC: offsetof macro assumes size...
May 12, 2022
Announce »
...safe @nogc pure nothrow refSub_;

        void[]delegate(size_t, TypeInfo ti = null) @safe @nogc pure...
90 91 92 93 94 95 96 97 98 99 100 101
Next ›   Last »