問題タブ [infix-operator]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
391 参照

scala - Scala で整数のシーケンスを reduce(+) できないのはなぜですか?

Scalaで aseqのs の合計を取得したい。Integer

私の考えでは、次のように整数にプラスを折り畳みたいと思います。

これは無効です。

代わりに、私はしなければなりません:

(あなたはそれを甘やかすことができると確信しています-しかし、私のポイントは、元のプラス記号は関数として機能せず、エラーメッセージはその理由を明らかにしていないということです。)

私の質問は: Scala で整数のシーケンスを reduce(+) できないのはなぜですか?