Well, LinenoiseCompletions* {.bycopy, importc: "linenoiseCompletions".} = object len*: csize_t cvec*: cstringArray Run
Shouldn't `importc: linenoiseCompletions` be used? It doesn't seem to be a Nim bug to me
Well, LinenoiseCompletions* {.bycopy, importc: "linenoiseCompletions".} = object len*: csize_t cvec*: cstringArray Run
Shouldn't `importc: linenoiseCompletions` be used? It doesn't seem to be a Nim bug to me