replaceFirstChild

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

newFirst

The new child tuple.