I am not sure, I understand this. Where exactly there is a generic object 
member? I want to do something like this: 
    
    
    var c: ImportantStuff
    discard c.get[int](12)
    discard c.get[float](5)
    
    
    Run

Reply via email to