Liking cljdoc? Tell your friends :D

wevre.impl.natural-compare-bigint

A comparator for natural sorting of strings. Internal digits are parsed as BigInt to avoid overflow.

A comparator for natural sorting of strings. Internal digits are
parsed as BigInt to avoid overflow.
raw docstring

wevre.impl.natural-compare-lazy

A comparator for natural sorting of strings. Implements a custom integer comparison (instead of parse-int) to avoid overflow.

A comparator for natural sorting of strings. Implements a custom
integer comparison (instead of parse-int) to avoid overflow.
raw docstring

wevre.impl.natural-compare-lucio

A comparator for natural sorting of strings, written by Wilker Lúcio.

A comparator for natural sorting of strings, written by Wilker Lúcio.
raw docstring

wevre.impl.natural-compare-pakhomov

A comparator for natural sorting of strings proposed by @p-himik.

A comparator for natural sorting of strings proposed by @p-himik.
raw docstring

wevre.impl.natural-compare-parse

A comparator for natural sorting of strings. Internal digits compare as integers.

A comparator for natural sorting of strings. Internal digits compare
as integers.
raw docstring

wevre.natural-compare

A comparator for natural sorting of strings. Internal digits compare as integers.

A comparator for natural sorting of strings. Internal digits compare as integers.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close