Re: [PATCH v6 01/19] Add string_slice class.

2025-06-18 Thread Alfie Richards
On 17/06/2025 14:37, Jeff Law wrote: On 6/12/25 10:53 AM, Alfie Richards wrote: The string_slice inherits from array_slice and is used to refer to a substring of an array that is memory managed elsewhere without modifying the underlying array. For example, this is useful in cases such as when

Re: [PATCH v6 01/19] Add string_slice class.

2025-06-17 Thread Jeff Law
On 6/12/25 10:53 AM, Alfie Richards wrote: The string_slice inherits from array_slice and is used to refer to a substring of an array that is memory managed elsewhere without modifying the underlying array. For example, this is useful in cases such as when needing to refer to a substring of a