Ignoring following values in `S.tuple` with minimal overhead

Is there an easy way for S.tuple to ignore following values? I can pipe it to S.rest(Schema.unknown), but that keeps the values. I could then use an S.transform to remove them, but it feels like quite a lot of overhead.
Was this page helpful?