fn(Tea) -> Code
Posted on Tue 24 December 2019 in Code • Tagged with Rust , strings , arguments , borrowing , ownership • Leave a comment
Strings of text seem to always be a complicated topic when it comes to programming. This counts double for low-level languages which expose the programmer to the full complexity of memory management and allocation.