trimmedDescription(matching:)

The description of this node with pieces that match matching removed from the leading trivia of the first token and trailing trivia of the last token.

SyntaxProtocol.swift:595
func trimmedDescription(matching filter: (TriviaPiece) -> Bool) -> String