Destroy. https://github.com/dlang/DIPs/pull/51/filesAndrei
How about something like Haskells "where" to allow any set of pre-declaration just for one declaration:
with
{
import ...;
alias Result = ...;
}
Result func(blah) {...}
Destroy. https://github.com/dlang/DIPs/pull/51/filesAndrei
How about something like Haskells "where" to allow any set of pre-declaration just for one declaration:
with
{
import ...;
alias Result = ...;
}
Result func(blah) {...}