| 508 | } |
| 509 | |
| 510 | Y_FORCE_INLINE bool operator[](size_t pos) const { |
| 511 | return Get(pos); |
| 512 | } |
| 513 | |
| 514 | Y_FORCE_INLINE TReference operator[](size_t pos) { |
| 515 | const bool fitStorage = Mask.ExpandBitSize(pos + 1); |
nothing calls this directly
no test coverage detected