` type X* = object y: int Z* = object t: Table[string, what Xx] method getit(z: var Z, key: string): lent X? = z.t[key] `
Run
` type X* = object y: int Z* = object t: Table[string, what Xx] method getit(z: var Z, key: string): lent X? = z.t[key] `
Run