Reference Binding

reference binding 很少使用,如果参数是按值传递,那么变量将会被move或者copy到函数变量中,但是在函数体中,变量是入参的引用, x: &Typeref x: Type 是不同的
例子: