aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/Group.swift
blob: 5204d450c6184679ca372c1eeb7c3029c027ba2c (plain)
1
2
3
4
/// A group of components.
public struct Group: Sendable, Equatable {
  public let components: [String]
}