ethox icon indicating copy to clipboard operation
ethox copied to clipboard

More method and constructor constness

Open HeroicKatora opened this issue 5 years ago • 0 comments

In several data representations within wire we would benefit from additional const qualifiers. Especially for setting up static data this could greatly simplify code, instead of requiring use of lazy_static! or other shenenigans.

HeroicKatora avatar Jul 04 '19 23:07 HeroicKatora