Skip to content

Replace const generic ranges with generic ranges#63

Merged
AldaronLau merged 17 commits intov0from
simplify-generics
Mar 26, 2026
Merged

Replace const generic ranges with generic ranges#63
AldaronLau merged 17 commits intov0from
simplify-generics

Conversation

@AldaronLau
Copy link
Copy Markdown
Owner

@AldaronLau AldaronLau commented Mar 16, 2026

closes #57

  • Compiles again (_to())
  • Remove MIN / MAX const generic pairs
  • Tests pass again

@AldaronLau AldaronLau changed the title wip commit Replace const generic ranges with generic ranges Mar 16, 2026
@AldaronLau AldaronLau marked this pull request as ready for review March 26, 2026 04:37
@AldaronLau AldaronLau merged commit fe7f946 into v0 Mar 26, 2026
14 checks passed
@AldaronLau AldaronLau deleted the simplify-generics branch March 26, 2026 04:42
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.

Replace const generics OUT_MIN, OUT_MAX with generic R: Range<$p>

1 participant