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