←
Level
→
Null
/
Reference of Built-in Symbols
/
Expression Structure
/
Structural Expression Functions
/
MapApply
/
MapApply (
@@@
)
WMA link
MapApply
[
f
,
expr
]
f
@@@
expr
is equivalent to
Apply[
f
,
expr
, {1}]
.
f @@@ {{a, b}, {c, d}}
←
Level
→
Null