for example I declared in outside `Mat4x4` the fol...
# getting-started
e
for example I declared in outside
Mat4x4
the following:
fun Mat4x4.mul(b: Float, res: Mat4x4 = Mat4x4()) = mul(res, this, b)