Great, width limit messed up the (first version of) the table.


| Function Name | Description                                  |
| ------------- |--------------------------------------------- |
| #all          | `all!"a > 0"([1, 2, 3, 4])` returns `true`   |
| #any          | `any!"a > 0"([1, 2, -3, -4])` returns `true` |

Reply via email to