Versions in this module Expand all Collapse all v0 v0.3.0 Oct 10, 2024 v0.2.0 Apr 3, 2024 Changes in this version + func DeleteSliceElement[E comparable](s []E, elem E) []E + func Int64ToUint64(i int64) (uint64, error) + func Uint64ToInt64(u uint64) (int64, error) + func Zero[E any]() E