Length of String 3 hard

by Eosellmay Li @E0SelmY4V

Take the Challenge

Implement a type `LengthOfString` just like `Array#length`: Differing to two previous challenges about strings' length, this times the type must support strings about $10^6$ characters long, which makes it more challenging.
Back Share your Solutions Check out Solutions

Related Challenges

298・Length of String