Replace `anytype` with `infer T`(or `@Infer(T)`)

so its just infer T but with capture syntax, which kind of makes sense since you are “capturing the type of a value/expression”

2 Likes