func decode(tokens: Array<UInt32>): String
tokens
Array<UInt32>
func encode(input: String): Array<UInt32>
input
String