On Wed, Jun 24, 2026 at 6:17 PM
smal...@gmail.com <
smal...@gmail.com> wrote:
>
> WHAT I'D LIKE FEEDBACK ON
>
> 1. Defined type over iter.Seq vs a struct wrapper — does the zero-cost interop
> justify pinning T to `any` and pushing constrained ops to free functions?
> 2. The method-vs-free-function rule above: would you have drawn it elsewhere?
> 3. Any cleaner idea than the subtype trick for restoring the chain on
> constrained operations?