inserting(_:at:)
Creates a new collection by inserting the provided syntax element at the provided index in the children.
This declaration is deprecated: Create a new array of elements and construct a new collection type from those elements
func inserting(_ syntax: Element, at index: Int) -> Self
Parameters
Returns
A new collection with that element appended to the end.