I'm learning Zig and want to know the proper way to compare strings. I see that strings are slices ([]const u8), but how do I:
[]const u8
What functions or standard library utilities should I use for these common string comparison operations in Zig?