@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable encode_cstrConst

    encode_cstr: EncodeFunc<string> = ...

    pack a string as an array of characters, terminated by the "\x00" (or "\u0000") charbyte. this is the traditional c-programming language convention for strings.