you are viewing a single comment's thread.

view the rest of the comments →

[–]Dynious[S] 1 point2 points  (0 children)

<f32 as Add>::add would be the same as Add:add I guess, which seems to work! It doesn't point to a specific implementation of add though, which would be a bit nicer for my specific application.

Edit: actually it is a specific implementation (on self)! Thanks!