Mixin Templates and Operators

Adam D Ruppe destructionator at gmail.com
Wed Apr 6 17:59:12 UTC 2022


On Wednesday, 6 April 2022 at 17:33:28 UTC, Steven Schveighoffer 
wrote:
> As I mentioned elsewhere, it does work. But the situation I 
> think must be that it's only one mixin template. Probably also 
> you can't have any overloads in the type itself.

ooooooooooh yeah there's multiple here so the names don't 
overload and one on the time itself would override the ones from 
mixin template.

You'd have to alias them together on the type.


More information about the Digitalmars-d-learn mailing list