RightComposition¶ Composes functions from left to right — RightComposition[f, g][x] == g[f[x]]. $ wo 'RightComposition[f, g][x]' g[f[x]]