`Uinit32` in `stdlib` fallback can be generalized to `u8`, 'u64' and others when needed
Ethan-000 opened this issue · 0 comments
Ethan-000 commented
Problem
Currently Uinit32
only supports FieldElement
s that are treated as u32
because thats what we need but it can be generalized to FieldElement
s representing other types
Happy Case
Nothing breaks and we have a more generic the implementation
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
Maybe
Support Needs
No response