Swift - Operators and Expressions
You want to overload the * operator to multiply a
Matrix by an Int scalar in Swift. Which of these is the correct way to declare this operator overload inside the Matrix struct?