add skip/2 as the counterpart to limit/2 by itchyny · Pull Request #3181 · jqlang/jq
This PR implements skip/2 as the counterpart of limit/2. I also changed the behavior of limit/2 with negative count to emit an error, like nth/2 does. Also, I redefined nth/2 using skip/2 to minimi...