# 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
lib
Library based on generics. Slice, map helpers, set type, mathematic functions, pointer helpers.
Installation
Required 1.18 or later version of Go.
go get -u github.com/gotidy/lib
Documentation
Collections
Ptr
Contains functions for simplified creation of pointers from constants of basic types.
Conversions
Contains conversion helpers.
Conditions
Contains functions that simplify inline conditions.
OneOf
Realize OneOf
type.
Math
Contains mathematic functions.
Constraints
Contains constraints types.