AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Changes to the Debug Macro
There's a new API called iterator copied. Copied is the same thing, but it calls copy instead of clone. And so for data that implements copy, that can be more efficient in this way. So again, kind of like eliminating some copies or some clones say some allocations,. which can also be good for core crates, no stud crates. Yeah. The other thing that's been not added but changed is the debug macro. It's DBG actually. Let's make sure we want to use it. Cool. Very cool.