So every time I want to get something from a Table, I'd need to do:
    
    
    var t: Table[int, string]
    actuallySafe:
      if t.hasKey(1):
        echo t[1]
    
    
    Run

No thank you.

Reply via email to