diff options
Diffstat (limited to 'src/utils/map.nim')
-rw-r--r-- | src/utils/map.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/map.nim b/src/utils/map.nim index 620dec58..e4681c51 100644 --- a/src/utils/map.nim +++ b/src/utils/map.nim @@ -1,4 +1,4 @@ -import algorithm +import std/algorithm func searchInMap*[U, T](a: openArray[(U, T)], u: U): int = when not (typeof(u) is U): |