std::encoding::base32

decode

fn char[]? decode(Allocator allocator, char[] src, char padding = DEFAULT_PAD, Base32Alphabet* alphabet = &STANDARD)
Decode the content of src into a newly allocated char array.

Parameters