So the recent talk about anonymous functions reminded me...
So the recent talk about anonymous functions reminded me...
Why is TFunc<...> not declaring the arguments as const? That is, why
TFunc = reference to function(Arg1: T): R;
instead of
TFunc = reference to function(const Arg1: T): R;
I must be missing something...
Why is TFunc<...> not declaring the arguments as const? That is, why
TFunc
instead of
TFunc
I must be missing something...
Comments
Post a Comment