fn eql(comptime T: type, a: []const T, b: []const T) bool
Compares two slices and returns whether they are equal.
T: type,
a: []const T,
b: []const T,