might be used if fine-grained control is needed
| 921 | |
| 922 | // might be used if fine-grained control is needed |
| 923 | TArrayLike* GetSrc() noexcept { |
| 924 | return Src; |
| 925 | } |
| 926 | const TArrayLike* GetSrc() const noexcept { |
| 927 | return Src; |
| 928 | } |
no outgoing calls