Skip to content

gotidy/lib

Repository files navigation

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