If an operator yields an object we should have a way to pluck a specific value from that object for passing to another operator. - pluck - by key `a` - deep `a.b.c` - deep `a.b[3].d`
If an operator yields an object we should have a way to pluck a specific value from that object for passing to another operator.
aa.b.ca.b[3].d