Makdon

Results 11 issues of Makdon

# Example ``` m := lo. PickByKeys(map[string]int{"foo": 1, "bar": 2, "baz": 3}, []string{"foo", "baz"}) // []int{1,3} ``` The output values' order should be the same as the input slice. #...