query
On this page

innerModifySumArgs

lib.innerModifySumArgs

Docs pulled from | This Revision | 24 minutes ago
Deprecated


Contribute
Enhance the ecosystem with your expertise! Contribute to fill the gaps in documentation. Your input can make a difference.

Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

f: x: a: b:
    if b == null then (f a b) // x else innerModifySumArgs f x (a // b)