zig/lib/std/Build
Ryan Liptak 2129f28953 Update all std.mem.split calls to their appropriate function
Everywhere that can now use `splitScalar` should get a nice little performance boost.
2023-05-13 13:45:05 -07:00
..
Cache convert s[start..start+len] to s[start..][0..len] 2023-05-07 15:55:21 +10:00
Step Update all std.mem.split calls to their appropriate function 2023-05-13 13:45:05 -07:00
Cache.zig Update all std.mem.tokenize calls to their appropriate function 2023-05-13 13:45:04 -07:00
Step.zig std.Build: use Step.* instead of *Step 2023-05-03 20:55:29 -07:00