ReplaceAll
Generated from the engine's own definition: compute-engine's symbol, which we neither extend nor document by hand. No examples yet — the crosswalk is the reason it has a page.
ReplaceAll(expr, rules): apply one or more replacement rules to `expr`, then evaluate the result (Mathematica `expr /. rules`). A rule is `lhs -> rhs` (parsed as `To`) or `Rule(lhs, rhs)`. Several rules may be given as extra arguments or as a `List`/`Set` of rules; they are applied simultaneously in a single pass.
ReplaceAll(any, any+) -> anyas compute-engine declares it