1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

all: more cached moduels fixes

This commit is contained in:
Alexander Medvednikov
2020-07-18 13:49:00 +02:00
parent 3a4f2dfe8b
commit 74d70b8719
3 changed files with 15 additions and 8 deletions

View File

@@ -4,8 +4,8 @@
module builtin
import strings
import hash.wyhash as hash
//import hash
//import hash.wyhash as hash
import hash
/*
This is a highly optimized hashmap implementation. It has several traits that