package
Version:
v0.0.0-...-f59f4bf
Opens a new window with list of versions in this module.
Published: Dec 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type M1 struct {
F func(*Self)
}
如果结构体定义支持Self特殊结构,表示结构体自身实例
type M2 struct {
Clone func(*M2) *M2
Copy func(M2) M2
OtherPtr *M2
Other Self
}
如果结构体定义支持Self特殊结构,表示结构体自身实例
Source Files
¶
Click to show internal directories.
Click to hide internal directories.