TL;DR
Learn Zig string handling — work with []const u8 byte slices, compare and search strings, iterate bytes, and build strings with std.fmt.
Key concepts
- zig strings
- zig string handling
- zig byte slices
- zig string comparison
- zig []const u8
TL;DR
Learn Zig string handling — work with []const u8 byte slices, compare and search strings, iterate bytes, and build strings with std.fmt.
Key concepts