Versions in this module Expand all Collapse all v0 v0.0.6 Dec 12, 2024 Changes in this version + type Set struct + func NewSet[T comparable]() *Set[T] + func (s *Set[T]) Add(values ...T) + func (s *Set[T]) Clear() + func (s *Set[T]) Contains(value T) bool + func (s *Set[T]) FromSlice(source []T) *Set[T] + func (s *Set[T]) GetAll() []T + func (s *Set[T]) IsEmpty() bool + func (s *Set[T]) Len() int + func (s *Set[T]) Remove(value T) v0.0.5 Nov 26, 2024 Changes in this version + func NumberToFloat64(num interface{}) float64 v0.0.4 Nov 11, 2024 Changes in this version + func ToFloat64(num interface{}) float64