Skip to content

Commit

Permalink
Fix $ operator
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Dec 10, 2024
1 parent f808fac commit cc63693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/numem/string.d
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public:
*/
@trusted
size_t opDollar() {
return vec_.size();
return this.size();
}

/**
Expand Down

0 comments on commit cc63693

Please sign in to comment.