Hello Nick,
"BCS" <[email protected]> wrote in message
news:[email protected]...
Hello Walter,
The proposal is to switch it around:
[...]
What do you think?
Off the cuff, I'm fine with needing the mixin on the template but
don't drop it from the use end. Without the 'mixin' it's not visually
distinct enough.
Not to be contentious, but why do you consider it important for it to
be visually distinct?
Given that these are imported from "somewhere"
class list(T) { ... }
template toMixin(T) { ... }
How do I tell these apart (aside from by the names)?
list!(int) intList;
toMixin!(int) asInt;
They do very different things and I can think of more time where I'd want
to know what each is than where I'd want to hide it.
--
<IXOYE><