formatDuration

Formats duration. It uses custom formatter that is inspired by std.format output, but a bit shorter. Note: ISO 8601 was considered, but it's not as human readable as used format.

size_t
formatDuration
(
S
)
(
auto ref scope S sink
,
Duration val
)

Meta