| ▲ | davepeck a year ago | |||||||
T-strings, like f-strings, are eagerly evaluated -- so in this sense, no, there's no benefit. | ||||||||
| ▲ | trashburger a year ago | parent [-] | |||||||
Not quite; the interpolations are not eagerly stringified which is the potentially expensive part. In this sense it's kind of a middle ground between the two approaches. | ||||||||
| ||||||||