`# rename to whatever, col can also be typed template get(col): int32 = r0[col].int32 let value:int32 = get(col0) + get(col1) * 2 + ... `
Run
`# rename to whatever, col can also be typed template get(col): int32 = r0[col].int32 let value:int32 = get(col0) + get(col1) * 2 + ... `
Run