diff options
Diffstat (limited to 'Sources/WmapParser/Evolution.swift')
| -rw-r--r-- | Sources/WmapParser/Evolution.swift | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Sources/WmapParser/Evolution.swift b/Sources/WmapParser/Evolution.swift new file mode 100644 index 0000000..df6dd33 --- /dev/null +++ b/Sources/WmapParser/Evolution.swift @@ -0,0 +1,5 @@ +/// Evolution associated with a component. +public struct Evolution: Sendable, Equatable { + public let component: String + public let value: Double +} |