implement z_take
for z_loaned_xxx_t*
, pass mutable loaned in callbacks
#658
Labels
z_take
for z_loaned_xxx_t*
, pass mutable loaned in callbacks
#658
z_loan_xxx_t*
(coordinate exact naming with pico)z_loan_xxx_t*
to callbacks (instead ofconst z_load_xxx_t*
), allowing user to take ownership of the owned object byz_take
or keep ownership for caller. This will make clone unnecessary for callbacks.The text was updated successfully, but these errors were encountered: