@@ -505,3 +505,8 @@ fn u32 stringFindNextCharPosFrom(String s, u32 from, u8 c) {
}
return s.length;
fn bool textPosEq(TextPos a, TextPos b) {
return a.line == b.line && a.column == b.column;
The note is not visible to the blocked user.