Hello,
I've noticed that comparison operators are missing from the ndslice implementation. If possible I would like to add support for the following comparison operators:
- Greater than:
gt or >
- Greater or equal than:
ge
- Less than:
lt or <
- Less or equal than:
le
- Equal:
==
- Different:
!=