Published onMay 28, 2024TIL: Python has a `memoryview` builtinProvides a wrapper over a slice of bytes or bytearray. Useful for when you don't want to copy stuff over. Can even mutate the contents!See docs.