ocamlbyexample
ocamlbyexample copied to clipboard
string vs bytes
emphasize the fact that these terms are misleading, and that one should think about them as:
string: immutable bytearraybytes: mutable bytearray
confirmed here https://stackoverflow.com/questions/71453556/should-i-use-bytes-or-string-in-ocaml?noredirect=1#comment126295401_71453556