I have this in a third library: ```class Program{...
# announcements
e
I have this in a third library:
Copy code
class Program{
   val uniforms = HashMap<String, Int>()
   operator fun get(s: String) = uniforms[s]!!
}