Instance Method
appendingPathOfReference(_:)
Creates a new topic reference by appending the path of another topic reference to this reference.
func appendingPathOfReference(_ reference: UnresolvedTopicReference) -> ResolvedTopicReference
Parameters
referenceThe other reference from which the path is appended to this reference.
Return Value
The resulting topic reference.
Discussion
Before appending the path of the other reference, that path is encoded in a human readable format that avoids percent escape encoding in the URL.