Closed acatton closed 1 year ago
This is useful when one wants to wrap decoder.read(...) into dbg!().
decoder.read(...)
dbg!()
Thanks for the quick merge 🙂️
This is useful when one wants to wrap
decoder.read(...)
intodbg!()
.