correction: it will compile but table fields won't be initialized properly.
use:
initTable[T, U](initial_size) #initial_size must be pow of 2
or if you want a ref value
newTable[T, U](initial_size) #initial_size must be pow of 2
