A shitpost that's been brewing in my head for a while now
| location | san francisco |
| location | san francisco |
@skull-squadron gave me a Mac Book Pro so that I can port dysk to Mac.
To make it happen, I also need testers.
Head up to https://github.com/Canop/dysk/pull/89
The left shift operator `<<`. Note that because this trait is implemented for all integer types with multiple right-hand-side types, Rustโs type checker has special handling for `_ << _`, setting the result type for integer operations to the type of the left-hand-side operand. This means that though `a << b` and `a.shl(b)` are one and the same from an evaluation standpoint, they are different when it comes to type inference.