Enumerationswift-syntax 600.0.1SwiftSyntax
TriviaPosition
Trivia.swift:13enum TriviaPosition
enum TriviaPosition
import SwiftSyntax
A library for working with Swift code.
case leading
case trailing
struct Trivia
Trivia represent pieces of the source code that are not relevant to represent its semantic structure.
enum TriviaPiece
A contiguous stretch of a single kind of trivia. The constituent part of a Trivia
collection.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.