Skip to content

Support multiple values from each iteration of typle! macro#22

Merged
jongiddy merged 1 commit intomainfrom
multiple-typle
Dec 14, 2025
Merged

Support multiple values from each iteration of typle! macro#22
jongiddy merged 1 commit intomainfrom
multiple-typle

Conversation

@jongiddy
Copy link
Owner

(typle! {i in .. => T<{i}>, T<{i}>})
(typle! {i in .. => t[[i]], t[[i]]})
(typle! {i in .. => T<{i}>: Add<S<{i}>> + Mul<S<{i}>>}): Tuple::Bounds

```
(typle! {i in .. => T<{i}>, T<{i}>})
(typle! {i in .. => t[[i]], t[[i]]})
(typle! {i in .. => T<{i}>: Add<S<{i}>> + Mul<S<{i}>>}): Tuple::Bounds
```
@jongiddy jongiddy merged commit 260cdbd into main Dec 14, 2025
2 checks passed
@jongiddy jongiddy deleted the multiple-typle branch December 22, 2025 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant