For the complete documentation index, see llms.txt. This page is also available as Markdown.

Benefits

The specific usage of primitive wrapper objects.

If you read the introduction you know that under the hood of this package are primitive wrapper objects, and below is a list of some pros of using them.

  • Immutable object. (Read more)

  • General intuitive name.

  • Minimal and simple ease-extendable form (to get more functionalities).

  • The most important functionalities for a specific name.

  • Specific in functionality object, which acts as a type.

  • Functionality follows the type.

Last updated