On 4/24/2020 12:39 AM, Manu wrote:
> It doesn't make much sense to think in terms of primitive types. As I just said
> (but you truncated), operator overloads are almost certainly part of this equation.
Operator overloads don't change it.
> I think it's more common to do a fold like this with logical operators though;
> `&&` appears 9 times out of 10 in my code.
[ cast(bool)Tup ]