7 lines
95 B
Go
7 lines
95 B
Go
package builtin
|
|
|
|
type itemContainerSort[ItemID comparable] struct {
|
|
id ItemID
|
|
guid int64
|
|
}
|