With the introduction of the Buffer.Slice() method, the expected usage of this package has changed. For example, it's more natural to replace .XxxAt() methods with .Slice().Xxx() combination.
Based on this change, it would be nice to add some useful methods that can be used in combination with the Buffer.Slice() method.