cairo-vm icon indicating copy to clipboard operation
cairo-vm copied to clipboard

Implement Functionality for add method on MemorySegmentManagement

Open Juan-M-V opened this issue 3 years ago • 0 comments

Current documentation of add(&mut self, memory: &mut Memory, size: Option<usize>):

If size is not None the segment is finalized with the given size

is not implemented

Juan-M-V avatar Jun 15 '22 13:06 Juan-M-V