Search

March 30, 2023
Issues »
...you mean exactly, but functions passed by alias are correctly rejected if they are used...
March 29, 2023
Issues »
...Comment #4 from Salih Dincer <salihdb@hotmail.com> ---

You are right, because there is alias!

--
March 29, 2023
Issues »
...Dincer <salihdb@hotmail.com> ---
No problem:

alias T = string;
alias fun = T function();
template Fun(fun...
March 29, 2023
Issues »
...me:

alias T = int;

class C
{
  static T i;
  this(T n) { i = n; }
}

alias fo ...
March 28, 2023
General »
...much but left such a hole in `alias` - still not enough people see it as...
March 28, 2023
General »
...much but left such a hole in `alias` - still not enough people see it as...
March 28, 2023
Genel »
...3,
  N = tekli.walkLength * tekrar
}

void main()
{
  alias type = typeof(veri[0]);
  type[N] arr...
March 28, 2023
General »
That's just not true. People are motivated enough to fix it technically, but not...
March 27, 2023
Issues »
...is aliased: ``alias shared(_iobuf) FILE;``

I personally suggest removing shared from the alias, and...
March 27, 2023
Learn »
...import std.algorithm: countUntil;

import std.system;

alias print = writeln;

void conexion();
void server_esucha...
120 121 122 123 124 125 126 127 128 129 130
Next ›   Last »