How can i make this function faster and without "do"?
I'm trying to create a function that reads one string or a vector of strings from a vector of bytes and also return where it stopped reading in the file:/The first byte of a string is the length of the string./When its a vector,the first 3 bytes have...