Closed Daniel-Aaron-Bloom closed 3 years ago
with_regions, with_regions_mut and map_and_fold were just papering over the lack of iterator-based access to the regions in GuestMemory. After #130 closes out #8, they will no longer be needed and should be deprecated and eventually removed.
with_regions
with_regions_mut
map_and_fold
GuestMemory
with_regions
,with_regions_mut
andmap_and_fold
were just papering over the lack of iterator-based access to the regions inGuestMemory
. After #130 closes out #8, they will no longer be needed and should be deprecated and eventually removed.