MapApply¶
Applies the head f to the parts of each sublist
(MapApply[f, list] == Apply[f, #]& /@ list).
Any head works, not just List.
MapApply¶Applies the head f to the parts of each sublist
(MapApply[f, list] == Apply[f, #]& /@ list).
Any head works, not just List.