Versions in this module Expand all Collapse all v0 v0.2.0 Aug 7, 2026 Changes in this version type Edit + func SlicesFunc[E1, E2 any](a []E1, b []E2, eq func(x E1, y E2) bool) []Edit + func Slices[E comparable](a, b []E) []Edit v0.1.0 Jul 17, 2018 Changes in this version + type Data interface + Equal func(i, j int) bool + Lens func() (n, m int) + type Edit struct + Bindex int + Index int + Op Operation + func Diff(data Data) []Edit + func Float64Slices(a, b []float64) []Edit + func IntSlices(a, b []int) []Edit + func StringSlices(a, b []string) []Edit + type Operation int + const Delete + const Insert + const None