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クライアントから使う