Categorygithub.com/gotidy/lib
repository
0.1.11
Repository: https://github.com/gotidy/lib.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
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.

GoDev Go Report Card

Installation

Required 1.18 or later version of Go.

go get -u github.com/gotidy/lib

Documentation

Collections

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

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.

License

Apache 2.0