package
0.0.0-20220607003519-24ca9bfe3687
Repository: https://github.com/skeptycal/gosimple.git
Documentation: pkg.go.dev
# Functions
Append appends an item to the end of a list.
Insert is a generic slice operation that inserts an item at position pos.
InsertSorted inserts s into the list in sorted order.
No description provided by the author
No description provided by the author
# Structs
A Builder is used to efficiently build a list of Ordered objects using Write methods.
# Type aliases
No description provided by the author