/*
* Copyright (c) 2024 Torqware LLC. All rights reserved.
*
* You should have received a copy of the Torq Lang License v1.0 along with this program.
* If not, see http://torq-lang.github.io/licensing/torq-lang-license-v1_0.
*/traitInstr{fncompute();}structAddInt32Ident<'a>{left:i32,
right:&'astr,
target:&'astr,
}impl<'a>AddInt32Ident<'a>{fncompute(){}}