package types // The type represents type safe // way to access objects by IDs. type Id8[V any] int8 type Id16[V any] int16 type Id[V any] int type Id32[V any] int32 type Id64[V any] int64