Re: [EXT] [PATCH] Add 'bytevector-slice'.

2023-01-13 Thread lloda
> On 12 Jan 2023, at 23:27, Ludovic Courtès wrote: > > lloda skribis: > >>> On 11 Jan 2023, at 18:37, Thompson, David wrote: >>> >>> On Wed, Jan 11, 2023 at 12:34 PM Ludovic Courtès wrote: What could be convenient though is ‘bytevector-copy’ (no bang), which would combine

Re: [EXT] [PATCH] Add 'bytevector-slice'.

2023-01-12 Thread Ludovic Courtès
lloda skribis: >> On 11 Jan 2023, at 18:37, Thompson, David wrote: >> >> On Wed, Jan 11, 2023 at 12:34 PM Ludovic Courtès wrote: >>> >>> What could be convenient though is ‘bytevector-copy’ (no bang), which >>> would combine ‘make-bytevector’ + ‘bytevector-copy!’. >> >> 'bytevector-copy' alr

Re: [EXT] [PATCH] Add 'bytevector-slice'.

2023-01-11 Thread lloda
> On 11 Jan 2023, at 18:37, Thompson, David wrote: > > On Wed, Jan 11, 2023 at 12:34 PM Ludovic Courtès wrote: >> >> What could be convenient though is ‘bytevector-copy’ (no bang), which >> would combine ‘make-bytevector’ + ‘bytevector-copy!’. > > 'bytevector-copy' already exists, or do you