ravi icon indicating copy to clipboard operation
ravi copied to clipboard

Add support for byte arrays

Open dibyendumajumdar opened this issue 8 years ago • 2 comments

Ravi has integer arrays and number arrays. In practice integer arrays are almost never needed. However if we had a byte array concept then that could be used to manipulate buffers using bitwise ops.

dibyendumajumdar avatar Dec 05 '16 01:12 dibyendumajumdar

Don't strings already fulfill this role?

bluebear94 avatar May 12 '17 06:05 bluebear94

not really as it is not possible to access individual elements in a string efficiently

dibyendumajumdar avatar May 12 '17 08:05 dibyendumajumdar