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.
1 parent 6be0699 commit 7e6ce13Copy full SHA for 7e6ce13
src/config.jl
@@ -24,9 +24,12 @@ Tag(::Nothing, ::Type{V}) where {V} = nothing
24
tagcount(Tag{F1,V1}) < tagcount(Tag{F2,V2})
25
end
26
27
-# SmallTag is similar to a Tag, but carries just a small UInt64 hash, instead
28
-# of the full type, which makes stacktraces / types easier to read while still
29
-# providing good resilience to perturbation confusion.
+"""
+ SmallTag{Hash}
+
30
+SmallTag is similar to a Tag, but carries just a small UInt64 hash,
31
+instead of the full type, which makes stacktraces / types easier to
32
+read while still providing good resilience to perturbation confusion.
33
struct SmallTag{H}
34
35
0 commit comments