RosettaCodeData/Task/Death-Star/Zig/death-star-4.zig

4 lines
76 B
Zig

fn SphereHit(comptime T: type) type {
return struct { z1: T, z2: T };
}