map each item in a list to the given member in each item
static assert (Extract!(`sizeof`, byte, short, int, long) == Cons!(1,2,4,8));
See Implementation
map each item in a list to the given member in each item