codeLength

std.utf.codeLength implementation for Rope.

@safe
alias codeLength(T : Rope) = imported!"std.utf".codeLength!char

Meta