Remix.run Logo
AlotOfReading 3 hours ago

It's the usual convention for systems programming languages and has been for decades, e.g. strlen() and std::string.length(). Byte length is also just more useful in many cases.