@property - take it behind the woodshed and shoot it?
deadalnix
deadalnix at gmail.com
Thu Jan 24 18:48:22 PST 2013
On Thursday, 24 January 2013 at 18:35:08 UTC, mist wrote:
> Yes, I am able to use parens, but in _my_ code I also do not
> need -property or anything - I am C++ programmer after all, I
> can discipline myself to certain code style even without
> compiler help. But writing generic code and reading one of
> others... I am glad I have not had to do any high-order
> function generic processing yet.
I always create dumb lambda to do so as going fully functional is
too painful map!(a => foo(a)) instead of map!foo . That is really
annoying.
More information about the Digitalmars-d
mailing list