skinny delegates

Kagamin spam at here.lot
Thu Aug 2 15:00:30 UTC 2018


I suppose it's mostly for mutability, so if it's const, it can be 
optimized based on type information only:

auto foo(in int x)
{
    return { return x + 10; };
}


More information about the Digitalmars-d mailing list