TwoClocks
08/05/2021, 3:44 AMsumOf
on Iterable
for my own numeric-ish type. but I'm unsure on where to put it. If I put it in the file that calls sumeOf
it works, but if I put my impl in the file where my type is (which is where I think it should live), the compiler can't find it. Is there some magic to tell the compiler where the impl is?TwoClocks
08/05/2021, 3:46 AMRoukanken
08/05/2021, 6:22 AMephemient
08/05/2021, 8:01 AM