1
2
3
4
5
6
7
8
9
10
11
12
//! エイリアスモデル。
//!
//! TODO: 書く。
//!
//! ## Stacked Borrows
//!
//! - <https://www.ralfj.de/blog/2019/04/30/stacked-borrows-2.html>
//!
//! ## Tree Borrows
//!
//! - <https://perso.crans.org/vanille/treebor/>
//! - <https://github.com/Vanille-N/tree-borrows/blob/master/full/main.pdf>