essential-contributions / essential-base

Core items shared by both the intent language and protocol.
https://essential.builders
Apache License 2.0
4 stars 2 forks source link

refactor: Small tweaks to #155, refactor out `Stack::pop_len_words2` #156

Closed mitchmindtree closed 2 months ago

mitchmindtree commented 2 months ago

I noticed a chance to simplify the eq_set implementation a little by refactoring out some parts into another potentially useful Stack method, so I thought I'd open a little refactor PR against #155. Feel free to take or leave it!