- adapt_bias
size_t adapt_bias(size_t delta, size_t n_points, bool is_first)
Undocumented in source. Be warned that the author may not have intended to support it.
- decode
string decode(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
- decode_digit
uint decode_digit(uint d)
Undocumented in source. Be warned that the author may not have intended to support it.
- encode
string encode(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
- encode_digit
uint encode_digit(size_t d)
Undocumented in source. Be warned that the author may not have intended to support it.
- encode_int
uint[] encode_int(size_t bias, size_t delta)
Undocumented in source. Be warned that the author may not have intended to support it.
- next_smallest_codepoint
size_t next_smallest_codepoint(uint[] extended, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- threshold
size_t threshold(size_t k, size_t bias)
Undocumented in source. Be warned that the author may not have intended to support it.