self vs Self in rust
May 7, 2025 · 2 min read · The most obvious difference between the two variable is capital and small S. But there functionality is also different. Here’s how: self(lowercase) self with a small s is used to reference to an instance or the first variable that a function is bein...
Join discussion