Packages

Fractional indexing is a string based index that is useful for ordering in a database.

Current section

Files

Jump to
fractional_index lib constants.ex
Raw

lib/constants.ex

defmodule FractionalIndex.Constants do
def digits, do: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
def smallest_integer, do: "A00000000000000000000000000"
def zero, do: "a0"
end