add helix selection internal tweaks
This commit is contained in:
parent
3e65503902
commit
70f0d8bea6
3 changed files with 49 additions and 19 deletions
|
@ -33,7 +33,7 @@ pub fn reverse(self: *Self) void {
|
|||
self.end = tmp;
|
||||
}
|
||||
|
||||
pub inline fn is_reversed(self: *Self) bool {
|
||||
pub inline fn is_reversed(self: *const Self) bool {
|
||||
return self.begin.right_of(self.end);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue