Closed RusMermaid closed 2 years ago
Created binch.Multply method that deals with that
Actually added binary Left shift (.Lsh) and Right shift (.Rsh) as public static methods to siplify the .Multiply method. Though didn't code operators for them (>> and <<)
Done in .Multiply method
Created binch.Multply method that deals with that