To be clear, I want to be able to convert to a list<number> and back to a blob.
On Sat, Aug 28, 2021 at 6:07 PM Christian J. Robinson <[email protected]> wrote: > I get that we can already iterate over a Blob like it’s a list, but some > of my code would be far more efficient if I could convert a Blob to a List > (and back again) using an internal Vim function rather than doing it with a > for/endfor loop. It would be a good match for the already extant > str2list() and list2str(). > > > > Regards, > > Christian > > > -- Christian J. Robinson <[email protected]> -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAK14FZ%2B%2Bge9kgr4wBTP8iQWFf11omcDEEqx%2Bqg9Zog4V0K3%3D0A%40mail.gmail.com.
