diff options
| author | 2022-08-14 07:30:39 +0200 | |
|---|---|---|
| committer | 2022-08-14 07:30:39 +0200 | |
| commit | 66ed623e65ab9350f08061fe7cf12b989c84f65c (patch) | |
| tree | 7c8fef7fc27dd331662faca230c460486020783f /src/set.hff | |
| parent | d1aaf316dc7ca6ea208eec8ab43eb64936829675 (diff) | |
better comment syntax
Diffstat (limited to 'src/set.hff')
| -rw-r--r-- | src/set.hff | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/set.hff b/src/set.hff index 396d63c..4e4b72c 100644 --- a/src/set.hff +++ b/src/set.hff @@ -1,9 +1,7 @@ import "vec.hff"; import "all.hff"; - - -#!{ KTraits: +#{ KTraits: :hash(K) u32 :eq(T, T) bool :dup(T) T } |