`p[0]` actually `(p[])[0]` because Nim is smart enough to know `p` is pointer 
so it lets you get away without deref it.

Reply via email to