trimmed(matching:)

A copy of this node with pieces that match matching trimmed from the leading trivia of the first token and trailing trivia of the last token.

SyntaxProtocol.swift:573
func trimmed(matching filter: (TriviaPiece) -> Bool) -> Self