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
(or their lowercase counterparts) if we independently decide to add static member variables to circuit and other types. These would be constants in this case.
🚀 Feature
For scalar types: signed and unsigned integers, fields, groups.
Add support for the following methods:
Motivation
Initially proposed by @damirka here
These methods will be easy to implement after #705 and add great convenience to the developer experience.
Implementation
Proposed syntax 1
Static function methods added to the types.
Proposed syntax 2
Non-static function methods added to the types.
We can discuss additional proposed syntaxes below.
The text was updated successfully, but these errors were encountered: