paritytech / parity-common

Collection of crates used in Parity projects
https://www.paritytech.io/
Apache License 2.0
290 stars 218 forks source link

Introduces ConstGet<T> #722

Closed gupnik closed 1 year ago

gupnik commented 1 year ago

Issue: https://github.com/paritytech/polkadot-sdk/issues/303

shawntabrizi commented 1 year ago

/tip small

gupnik commented 1 year ago

@ggwpez I think @kianenigma mentioned that this doesn't add a lot of value as Const still doesn't enforce that the provided value is indeed a const and is more of a syntatic sugar at this point. So, will close this one.