Search

November 30
Issues »
...Add relative links for properties.
  Document that static array .length is known at compile-time...
November 30
Learn »
...in T args)
{
	static if(anyVector!T)
	{
		Vector!(CT, CommonVectorLength!T) res;
		static foreach(i...
November 30
General »
...d
int usesBranchTable(ubyte i) {
    switch(i) {
        static foreach(j; 0 .. 256) {
            case j:
            	return...
November 29
Issues »
...Add relative links for properties.
  Document that static array .length is known at compile-time...
November 29
Issues »
...org> ---
Yes, initializing a global from a static constructor should work like field initialization from...
November 28
Issues »
...24888
           Summary: DMD generates bad DWARF for static array return values
           Product: D
           Version: D2...
November 27
Genel »
...bir listemiz olsun:

```d
int[string] öğrenciNotları;

static this()
{
  öğrenciNotları = [
    "Ali": 85,
    "Ayşe": 90,
    "Ahmet...
November 27
Issues »
...and when locations are identical (e.g. static foreach), there's still a global non...
November 26
Issues »
...T == immutable) && isExactSomeString!T && is(S == enum))
{
    static T enumRep = toStr!T(value);
}

If I...
November 26
Learn »
...suggestion.

Because I need link some part static c library, they link global var by...
1 2 3 4 5 6
Next ›   Last »