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.

@trusted nothrow @nogc pure
size_t
formatDuration
(
S
)
(
ref S sink
,
Duration val
)

Meta