summary refs log blame commit diff stats
path: root/tests/sets/m17385.nim
blob: 3919e067a6e74b41b167f266cd2ac6e3438566fb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                  
import std/sets

type
  Diff*[T] = object
    data: T

proc test*[T](diff: Diff[T]) =
  var bPopular = initHashSet[T]()
  for element in bPopular.items():
    echo element