Closed KristofferC closed 3 months ago
Before this, this gave:
str = InlineString("abc") iob = IOBuffer() write(iob, str) String(take!(iob)) == "abc" # "\x03cba"
Actually, I am wrong here..
Before this, this gave: