command
Version:
v0.0.0-...-db4d1bd
Opens a new window with list of versions in this module.
Published: Jan 7, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
区分指针引用和值引用
以值引用的方式复制结构体
将指向结构体的变量赋给另一个变量时,a与b相同,但它是b的副本,而不是指向b的引用,修改b不会影响a,反之亦然。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.