better doc for filterer
This commit is contained in:
parent
be30e46960
commit
e3abd1ef9a
1 changed files with 3 additions and 2 deletions
|
|
@ -960,8 +960,9 @@
|
||||||
match the given path. An element matches the selector path if calling select
|
match the given path. An element matches the selector path if calling select
|
||||||
on that element with the path yields anything other than an empty sequence.
|
on that element with the path yields anything other than an empty sequence.
|
||||||
|
|
||||||
If transformed sequence is smaller than input sequence, the corresponding entries
|
For transformation: `NONE` entries in the result sequence cause corresponding entries in
|
||||||
will be removed from original sequence."
|
input to be removed. A result sequence smaller than the input sequence is equivalent to
|
||||||
|
padding the result sequence with `NONE` at the end until the same size as the input."
|
||||||
[& path]
|
[& path]
|
||||||
(subselect ALL (selected? path)))
|
(subselect ALL (selected? path)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue