Compute the length of a string literal, which behaves like String#length.
String#length
For example
LengthOfString<'hello'> // expected: 5
Code