Hi everyone, I've been working on implementing the none step proposed here <https://github.com/apache/tinkerpop/blob/master/docs/src/dev/future/proposal-3-remove-closures.asciidoc#none>, which is a list filtering step that passes lists with no elements matching the predicate.
As part of this addition, I propose that we deprecate the existing none() step and rename it to discard(). This would make more sense as the current none() is primarily used by iterate() to discard the results of a traversal in remote contexts. If there are no objections I'll be opening a PR soon with these changes. Thanks, Ryan Tan