mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 06:43:52 +00:00
Merge pull request #4739 from coffeepots/patch-2
Allow compilation of sharedtables.nim
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
import
|
||||
hashes, math, locks
|
||||
|
||||
include "system/inclrtl"
|
||||
|
||||
type
|
||||
KeyValuePair[A, B] = tuple[hcode: Hash, key: A, val: B]
|
||||
KeyValuePairSeq[A, B] = ptr array[10_000_000, KeyValuePair[A, B]]
|
||||
|
||||
Reference in New Issue
Block a user