cbv
This PR adds `cbv` annotations to some iterator and string operations. --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
cbv_opaque
inline
This PR fixes the interaction between `cbv_opaque` and `inline`/`always_inline` annotations, to make sure that inlined definitions marked as `cbv_opaque` are not unfolded during the preprocessing stage of `cbv` tactic.