vlq

Values

pub fn decode64(s: String) -> Result(List(Int), Nil)

Dencode a base64 VLQ string to a series of ints.

pub fn encode64(numbers: List(Int)) -> String

Encode a series of ints to a base64 VLQ string.

Search Document