Details
Description
We can cut down on pointer arithmetic by creating a class which accepts a span of data, and provides methods to access specific slices of relevant data.
We can cut down on pointer arithmetic by creating a class which accepts a span of data, and provides methods to access specific slices of relevant data.