NGS version 0.2.17 auto-generated documentation
Documentation index
The global namespace
filterv multimethod
filterv multimethod
Methods
filterv(
h:
Eachable2
,
pattern:
Any
=
method
)
Source:
stdlib.ngs:3860
Filter hash by values
Example
{"a1": 1, "a2": 2, "b1": 10}.filterv(X>5) # {"b1": 10}