Coda by Ian Macalinao
    Preparing search index...

    Interface BytesTypeNode

    A raw sequence of bytes. Typically used inside a fixed-size, size-prefixed, or sentinel-terminated wrapper.

    interface BytesTypeNode {
        kind: "bytesTypeNode";
    }
    Index
    kind: "bytesTypeNode"