entviz — @entviz/core & @entviz/react API
    Preparing search index...

    Interface Alphabet

    interface Alphabet {
        bitsPerChar: number;
        chars: string;
        name: string;
    }
    Index
    bitsPerChar: number
    chars: string
    name: string