import { pluck } from "https://deno.land/x/rambda@9.3.0/mod.ts";
It returns list of the values of property
taken from the all objects inside list
.
Type Parameters
K extends keyof T
import { pluck } from "https://deno.land/x/rambda@9.3.0/mod.ts";
It returns list of the values of property
taken from the all objects inside list
.