DeoxysII.ByteArray (DeoxysII v1.0.0)
View SourceHelper module for porting from Python. This is a stateful ByteArray using the Process dictionary.
Summary
Functions
a[start:stop] # items start through stop-1 a[start:] # items start through the rest of the array a[:stop] # items from the beginning through stop-1 a[:] # a copy of the whole array
Functions
a[start:stop] # items start through stop-1 a[start:] # items start through the rest of the array a[:stop] # items from the beginning through stop-1 a[:] # a copy of the whole array