Search

4 days ago
Learn »
...already true. You don't need a type qualifier to tell you that.

What you...
4 days ago
Announce »
...VERIFIED&bug_status=CLOSED&longdesc=THIS%20ISSUE%20HAS%20BEEN%20MOVED%20TO%20GITHUB&longdesc_type=substring
4 days ago
General »
...serialize` directly if one exists in the type's module and fall back to the...
4 days ago
General »
...the serialise function separate from the actual type is mandatory, which I can't be...
4 days ago
Learn »
...template-type-alias problem is:

1. In the target module: 'mentioning' the vector type `auto...
4 days ago
Learn »
...the input and says that `f` return type should be `noreturn`.

What's you're...
4 days ago
General »
...serialise(thing)` for each thing, where the type of thing chooses the right overload and...
5 days ago
Learn »
...is because you used ``shared``.

As a type qualifier/storage class, ``shared`` should be called...
5 days ago
Learn »
...field(string type, string name)
{
    mixin("private "~type~" v_"~name~";");
    mixin("public @property "~type~" "~name...
5 days ago
Learn »
...sGYcex4cf). There you can see `%example.S = type { [1 x i8] }`

So te compiler inserts...
1 2 3 4 5
Next ›   Last »