how do I borrow `[]` operator? for I've got > borrow from proc return type mismatch: 'T' `[]`operator seems to be defined directly in language, but on the other hand i was able to borrow `$` operator. Isn't that inconsistent?