Search

November 20
Announce »
...invalidation for linking step
-  Caching solution with print-ups with copy enough and up-to...
October 30
Issues »
...the extra strings so that it can print out what's happening even when the...
October 22
Genel »
...void main()`'e çevirip `version = print` satırını açarsınız.
```d
//version = print;

unittest {
  enum {
    defaultSize = 16...
October 21
DIP Ideas »
...The code above should then compile and print "static foo".

This would not break anything...
October 18
Learn »
...1 will never hit and it will print "default". if you comment or take "version...
October 17
Learn »
...import std;

alias print = writeln;

//...
```

I'm sure you chose the print alias for convenience...
October 11
Learn »
...ve been working on building some debug print functions and have been using the `__traits...
October 08
Learn »
...pub fn main() void {
    const def = EntityDef {
        .stats = .{
            .hp = 42
        }
    };
    std.debug.print("{}\n", .{def});
}
```


October 04
Issues »
...work:

int x; pragma(msg, typeof(x)*);

error : expression expected, not `)`

It should print `int*`

--
September 30
Learn »
...the nature of linked lists, we cannot print the number 1 added at the beginning...
1 2 3
Next ›   Last »