Qurak
文档
价格
登录
Qurak
文档
函数
MapApply
MapApply
可用
Applies the head `f` to the parts of each sublist
形式
f @@@ expr or MapApply[f, expr]
MapApply[f]
验证过的示例
MapApply[f, {{1, 2}, {3, 4}}] → {f[1, 2], f[3, 4]}
f @@@ g[{a, b}, {c}] → g[f[a, b], f[c]]
在 Qurak 上运行
搜索参考
主题
Applying Functions To Lists
- Multi-Element Mapping
Function Composition And Operator Forms
- Functions with Operator Forms
Functional Programming
- Applying Functions to Lists »
Handling Arrays Of Data
- Operations on Arrays »
List Manipulation
- Applying Functions to Lists »
New In131 Alphabetical Listing
- M
相关
Apply
Map
Construct
Level
ComapApply
Through
Operate
BlockMap
MapIndexed
Scan
ApplyTo
Extract
← MapAll
MapAt →
全部 6300 个函数
·
从 MCP 客户端使用