package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Feb 17, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package types provides the common types used in the Yorkie.
type Pair[F any, S any] struct {
First F
Second S
}
Pair is a pair of two values.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.