package
0.0.0-20240511074358-4508974c6053
Repository: https://github.com/cyprinus12138/vectory.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Code returns the error code of the given error.
No description provided by the author
No description provided by the author
No description provided by the author
MergeSortedLists merges multiple sorted lists into one sorted list using a custom less function.
New creates new error containing code and msg.
No description provided by the author
Wrap creates new error containing the cause, code, and msg if err is nil, will return nil.

# Structs

A PriorityQueue implements heap.Interface and holds elements of any comparable type.