You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to avoid having the Vec inside of the Polynomial struct as pub and instead having it private and implement Iter and IntoIter traits for it.
The text was updated successfully, but these errors were encountered:
autholykos
added
team:R&D
Research & Development (Cryptographic Protocol)
and removed
team:R&D
Research & Development (Cryptographic Protocol)
team:Core
Low Level Core Development Team (Rust)
labels
Jul 1, 2021
It would be nice to avoid having the
Vec
inside of thePolynomial
struct aspub
and instead having it private and implementIter
andIntoIter
traits for it.The text was updated successfully, but these errors were encountered: