eolib - v2.0.1
    Preparing search index...

    Function decodeString

    • Decodes a string by reversing the bytes and then inverting them.

      This is an in-place operation.

      Parameters

      • bytes: Uint8Array

        the byte array to decode

      Returns void