Versions in this module Expand all Collapse all v0 v0.0.1 Mar 17, 2021 Changes in this version + type Containser interface + Contains func(x Element) bool + type Element interface + Parent func() Parent + func SliceToElementSlice(S interface{}) ([]Element, error) + type Parent interface + AreEqual func(x Element, y Element) (bool, error) + ToElement func(x Element) (Element, error)