Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.36 KB

README.md

File metadata and controls

54 lines (30 loc) · 1.36 KB

lib

Library based on generics. Slice, map helpers, set type, mathematic functions, pointer helpers.

GoDev Go Report Card

Installation

Required 1.18 or later version of Go.

go get -u github.com/gotidy/lib

Documentation

  • Map Contains map helpers.
  • Slice Contains slice helpers.
  • Set Realize Set type.

Contains functions for simplified creation of pointers from constants of basic types.

Contains conversion helpers.

Contains functions that simplify inline conditions.

Realize OneOf type.

Contains mathematic functions.

Contains constraints types.

License

Apache 2.0