DEBSOURCES
Skip Quicknav
sources / golang-github-kshedden-dstream / 0.0~git20190512.c4c4106-2 / dstream / comparisons.go
123456
package dstream // Equal returns true if the two Dstream values have equal contents. func Equal(x, y Dstream) bool { return EqualReport(x, y, false) }