MemoryView
MemoryView enable slicing action in bytearray
and str
WILL NOT return a new object.
Given bytearray
is mutable and str
is immutable, only bytearray can update the value.
Applying MemoryView
Last updated
Was this helpful?
MemoryView enable slicing action in bytearray
and str
WILL NOT return a new object.
Given bytearray
is mutable and str
is immutable, only bytearray can update the value.
Applying MemoryView
Last updated
Was this helpful?