chronos-0.4: A performant time library

Safe HaskellNone
LanguageHaskell2010

Chronos.Internal

Synopsis

Documentation

indexTwoDigitTextBuilder :: Int -> Builder Source #

Only provide positive numbers to this function.

indexTwoDigitByteStringBuilder :: Int -> Builder Source #

Only provide positive numbers to this function.

clip :: Ord t => t -> t -> t -> t Source #