replacing(childAt:with:)
Creates a new collection by replacing the syntax element at the provided index.
This declaration is deprecated: Use .with(\\.[index], newValue) instead
func replacing(childAt index: Int, with syntax: Element) -> Self
Parameters
Returns
A new collection with the new element at the provided index.