fn eql(comptime T: type, a: []const T, b: []const T) bool

Compares two slices and returns whether they are equal.

Parameters

T: type,
a: []const T,
b: []const T,