Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compare ¶
func Compare(s1, s2 interface{}) bool
Compare will check if two slices are equal even if they aren't in the same order Inspired by github.com/stephanbaker white board sudo code
func Contains ¶
func Contains(s interface{}, e interface{}) bool
Contains checks if a slice contains an element
func OrderedCompare ¶
func OrderedCompare(s1, s2 interface{}) bool
OrderedCompare will check if two slices are equal, taking order into consideration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.