ollef / rope-utf16-splay

Thick strings optimised for indexing and updating using UTF-16 code units and row/column pairs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

splitAtLine missing

alanz opened this issue · comments

And it looks like it can be done using some combination of span, takeWhile, dropWhile.

or feeding the output of rowColumnCodeUnits to splitAt.