module util export makekey makekey(key, indice) = Symbol("$(key)_$indice") end # module util