You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (@TypeOf(a).primative_type!=.Sphere) @compileError("Expected Sphere"++@typeName(@TypeOf(a)));
9
+
if (@TypeOf(b).primative_type!=.Sphere) @compileError("Expected Sphere"++@typeName(@TypeOf(b)));
10
+
if (@TypeOf(a).inner_type!=@TypeOf(b).inner_type) @compileError("Expected same type: "++@typeName(@TypeOf(a).inner_type) ++" "++@typeName(@TypeOf(b).inner_type));
0 commit comments