on99
on99
is it possible to support `not` operation? https://en.wikipedia.org/wiki/Bitwise_operation#NOT
```go c := column.NewCollection() c.CreateColumn("a", column.ForString()) c.CreateColumn("b", column.ForString()) c.CreateIndex("a_1", "a", func(r column.Reader) bool { return r.String() == "1" }) c.CreateIndex("a_2", "a", func(r column.Reader) bool { return r.String() == "2" })...
As @yyoncho pointed out in [gitter](https://gitter.im/emacs-lsp/lsp-mode?at=5fb9ee93fe857d71dc896145), lsp-treemacs cannot handle nested project roots properly
No log generate
I found it impossible to generate interface from current package
refs #1052 just fyi