Documentation ¶
Overview ¶
Package gtype provides kinds of high performance, concurrent-safe basic variable types.
并发安全基本类型.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface struct {
// contains filtered or unexported fields
}
比较通用的并发安全数据类型
func NewInterface ¶
func NewInterface(value ...interface{}) *Interface
Click to show internal directories.
Click to hide internal directories.