lib/core: Improve speed of `utf8_length` in NativeString and change signature
[nit.git] / lib / core / text / ropes.nit
index 84afa5b..1a91e00 100644 (file)
@@ -115,6 +115,8 @@ private class Concat
                _bytelen = l.bytelen + r.bytelen
        end
 
+       redef fun is_empty do return _bytelen == 0
+
        redef fun output do
                _left.output
                _right.output