Tremor ScriptstdlibstdbinaryVersion: 0.11On this pagebinaryThe binary module handles interacting with the binary/bytes typeFunctionslen(input)Returns the number of bytes in abinaryReturns a integerfrom_bytes(input)Turns an array of bytes into a binaryReturns a binaryinto_bytes(input)Turns a binary into an array of bytesReturns an array