wangjunstf / wangjunstf.github.io

我的博客。
https://wangjunstf.github.io/
0 stars 0 forks source link

The Rust Slice Type | 编程之禅 #55

Open wangjunstf opened 1 year ago

wangjunstf commented 1 year ago

https://wangjunstf.github.io/2023/01/28/the-rust-slice-type/?

The Rust Slice TypeSlice is a kind of data structure that store heap memory, it contains two fields, one representing the memory address and the other representing the length. Our most common string l