mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 15:43:06 +00:00
When working with durations it often makes sense to use signed integers and allow negative durations, and there is currently no nice way to format these in std.fmt. This patch adds a simple wrapper for the existing fmtDurtion to fit this need.