Versions in this module Expand all Collapse all v0 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