Hi,大家好,我叫尹佳冀。我是一个热爱太极的程序员!
好用工具
资料参考
经典教程
实用知识点
深度好文
有意思的站点
开源库
Slices hold references to an underlying array, and if you assign one slice to another, both refer to the same array. If a function takes a slice argument, changes it makes to the elements of the slice will be visible to the caller, analogous to passing a pointer to the underlying array.