We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hash
Eq
1 parent ee649f1 commit 8076f59Copy full SHA for 8076f59
src/clock.jl
@@ -12,7 +12,7 @@ abstract type AbstractClock end
12
end
13
14
15
-@derive Clocks[Show]
+@derive Clocks[Show, Hash, Eq]
16
17
# for backwards compatibility
18
const TimeDomain = Clocks.Type
0 commit comments