Search

August 15, 2013
General »
...uint))
{
    return Ret.static_array;
}

Ret foo(T)(T[] da) // [2]
{
    return Ret.dynamic_array...
August 12, 2013
Issues »
...std.array;
  Appender!(string) ret;
  ret.put("identity(`Ω`)");
  return ret.data;
}

void main(){
  enum...
August 07, 2013
Issues »
...R) { }

  T[] toArray() {
    T[] ret; //  = new T[this.length];
    return ret;
  }
  alias toArray this;
}

class...
August 06, 2013
LDC »
...vmovss  %xmm0, (%esp)
    flds    (%esp)
    popl    %eax
    ret

__D4test4bar2FNaNbS4test3FooZf:
    pushl   %ebp
    movl    %esp, %ebp
    andl...
August 02, 2013
Announce »
...EAX,8[EDX]
                pop     ESI
                pop     EBX
                ret
L17E:           mov     EDX,[EDX]
                test    EDX,EDX...
August 01, 2013
Learn »
...T ?
{
    Tuple!T ret
    foreach(i, Type; T)
    {
        ret[i] = r;
    }
    return ret;
}

Is this...
July 31, 2013
LDC »
...2
	movl	$1, %eax
	addl	$12, %esp
	ret
LBB0_2:
	movl	$6, 8(%esp)
	movl...
July 31, 2013
Issues »
...result));
}
body
{
    alias Ret = Select!(isScalarType!C, C, dchar);
    return cast(Ret) toUpperImpl(c);
}

//Non...
July 31, 2013
LDC »
...esi
      b59:	5f                   	pop    edi
      b5a:	c3                   	ret
      b5b:	0f 1f 44 00 00       	nop...
July 31, 2013
LDC »
...pop    ebx
 2d5:	c9                   	leave
 2d6:	c3                   	ret
 2d7:	90                   	nop

Disassembly of section .text...
80 81 82 83 84 85 86 87 88 89 90 91
Next ›   Last »