@Lando: That works because by explicitly creating a var b: ViewportConsole and 
then calling b.draw(2) you instantiate the method draw with T = int. I would 
say methods and generics just don't work together in Nim right now.

Reply via email to