We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1211a4d commit bfacef7Copy full SHA for bfacef7
src/crystaledge/matrix.cr
@@ -79,6 +79,8 @@ module CrystalEdge
79
self.matrix != other.matrix
80
end
81
82
+ delegate to_unsafe, to: @matrix
83
+
84
def +(other : typeof(self))
85
return typeof(self).new { |i| self[i] + other[i] }
86
0 commit comments