C programmers see references as pointers, and then tangle themselves into borrow checking hell, because they try to avoid copying, but actually avoid owning.
C programmers see references as pointers, and then tangle themselves into borrow checking hell, because they try to avoid copying, but actually avoid owning.