Couldn't help but notice at [https://github.com/olliNiinivaara/Nichecache/blob/915317b2349673b1ccf502d39cd3ac3ea4875eb3/src/nichecache.nim#L99](https://github.com/olliNiinivaara/Nichecache/blob/915317b2349673b1ccf502d39cd3ac3ea4875eb3/src/nichecache.nim#L99) if(unlikely) position < 0: Run
This is a really interesting AST hack I have never seen before. I'd expect it to parse as `unlikely(position) < 0`, but it doesn't, even if you remove the space between `(unlikely) position`.
