add addition and subtraction methods to TaggedLen by generalizing increment/decrement
replace all usages in the codebase of the pattern "get length value, add/subtract and operate meanwhile, then set length to that value by creating a new TaggedLen instance" to directly use these methods
add addition and subtraction methods to
TaggedLenby generalizingincrement/decrementreplace all usages in the codebase of the pattern "get length value, add/subtract and operate meanwhile, then set length to that value by creating a new
TaggedLeninstance" to directly use these methods