Feedback
Add MemoryBlock range copy support
- Status
- Fixed
- Fixed in
- v26.6.1
- Source discussion
- https://forum.objo.dev/d/242-copy-semantics-for-memory-instances
- Last updated
- 2026-06-03
Public summary
Add a native MemoryBlock.CopyTo(destination, sourceStart, length, destinationStart) operation for efficiently copying a byte range from one MemoryBlock into another. This gives ObjoBasic code a practical primitive for composing binary data, patching buffers, and working with packed byte structures without byte-by-byte loops.