package
0.0.0-20240408115609-8224c482b07e
Repository: https://github.com/zeromicro/x.git
Documentation: pkg.go.dev
# Functions
NewExecutor creates an Executor, generic type T is the input type, generic type Y is the want type.
WithComparison is an option to set the comparison function, generic type T is the input type, generic type Y is the output type.
# Type aliases
Option represents an option for Executor, generic type T is the input type, generic type Y is the want type.