replace First Child
Replace the first child of this tree tuple. Make a copy to modify if the receiver is immutable. Answer the modified original or copy.
Return
The tree tuple with the first child replaced, potentially destructively.
Parameters
new First
The new child tuple.