mardi 6 septembre 2016

Multiple aliases for a type T

I wanna create multiple aliases for a type, what I really need is like the below,

using MIN = MAX = AVG = nano_t;(seems more elegant,less typing,And also there is more than two cases where I have to do this kinda assignment) rather than doing this

using....
using...
using... every time

but single line assignment doesn't make sense to the compiler as it should be,yet really is there any-other way to do it

Aucun commentaire:

Enregistrer un commentaire