fn startsWith(comptime T: type, haystack: []const T, needle: []const T) bool

Parameters

T: type,
haystack: []const T,
needle: []const T,