Coda by Ian Macalinao
    Preparing search index...

    Type Alias Endianness

    Endianness: "be" | "le"

    The byte order of a numeric serialization.

    Type Declaration

    • "be"

      Big-endian: the most significant byte is written first.

    • "le"

      Little-endian: the least significant byte is written first.