Documentation
    Preparing search index...
    interface ModuleResponse {
        datatypes: DatatypeResponse[];
        functions: FunctionResponse[];
        name: string;
    }
    Index
    datatypes: DatatypeResponse[]
    functions: FunctionResponse[]
    name: string