Skip to content

Instantly share code, notes, and snippets.

@cowens
Created March 16, 2017 16:18
Show Gist options
  • Save cowens/67a46d260fb288c9ef491616393fd75c to your computer and use it in GitHub Desktop.
Save cowens/67a46d260fb288c9ef491616393fd75c to your computer and use it in GitHub Desktop.
"e\u{301}".utf16
=> $R6: String.UTF16View = {
_offset = 0
_length = 2
_core = {
_baseAddress = (_rawValue = 0x00007ffff7f6cff0 )
_countAndFlags = 9223372036854775810
_owner = nil
}
}
"\u{e9}".utf16
=> $R7: String.UTF16View = {
_offset = 0
_length = 1
_core = {
_baseAddress = (_rawValue = 0x00007ffff7f5efe0 )
_countAndFlags = 9223372036854775809
_owner = nil
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment