Is it time for D 3.0?

Kaitlyn Emmons katemmons0 at gmail.com
Mon Apr 13 07:30:54 UTC 2020


On Monday, 13 April 2020 at 07:13:37 UTC, Kaitlyn Emmons wrote:


In d3 can we make all functions and templates aliases to literals?

EG:
alias fun = (int x, int y) {
      // some fun >.>
}

alias funT = template(T){
      alias this = (T x, T y){
           // some T fun >o>
      }
}

Also can we merge the concept of alias this with the way 
templates work by declaring an alias with the same name as the 
template.


Also in d3 can we extend operator overloading to ALL aliases not 
just certain ones..
Eg i wana declare a namespace that overrides opDispatch




More information about the Digitalmars-d mailing list