Search

November 22
Learn »
...mixed types

`auto foo(tuple!(int,bool,float) t,int i)=>t[i];` should and...
November 22
Learn »
...string getOrZeroth(Tuple!(string, string, string) tup, int i) pure {
        return tup[i] == "" ? tup[0...
November 21
Learn »
...it to convert groups of bytes to int or short or some other integral type...
November 21
Learn »
...same as slicing mmFile below
 int val = data[offset .. $].peek!int; //data[ offset .. offset + 4...
November 21
Issues »
...int)[i]) get(size_t i)() const;
    pragma(msg, typeof(get!0)); // const ref int()

--
November 21
Issues »
...int)`.

It's weird as the function prototype type is OK:

    ref const(AliasSeq!(int...
November 21
Genel »
...9..$ - 2];
void show(string f = __FILE__,
          int line = __LINE__, T)(T t) {
	import std...
November 21
Issues »
...nick@geany.org> ---
Reduced:

struct S
{
    int n;
    ref int get() const => n;
}

void main...
November 21
Genel »
...map, int rows, int columns)
{
  for (int r = 0; r < rows; r++)
    for (int c...
November 21
Genel »
...alias BenimNOGCFonksiyonTipim = int function() @nogc;

    void banaFonksiyonVerÇalıştırayım(BenimNOGCFonksiyonTipim fonk){
        int i = fonk();
    }

    @nogc int alsanaInt...
1 2 3 4 5 6 7 8 9 10
Next ›   Last »