© 2026 Hedgehog Software, LLC
byte[] arr = ...; byte* buffer = arr; var x = *buffer++; // actual line is much more complicated operations than this
*buffer++
buffer[index++]
buffer[index]++