amo/id.go

6 lines
106 B
Go
Raw Normal View History

2024-01-15 00:20:13 +03:00
package amo
// Should use it later as an ID
// for type safety in compilation time.
type Id[V any] int64