//
pkg.gl
Category
github.com/mokiat/gog
opt
package
0.13.1
Repository:
https://github.com/mokiat/gog.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
33
Files
39 SLOC
#
Functions
FromPtr
FromPtr returns an optional T value which is specified depending on whether the pointer can be dereferenced or not.
Unspecified
Unspecified returns an unspecified value of the generic type.
V
V returns a specified value of the generic type.
#
Structs
T
T represents an optional type of generic type D.