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}