# Bunch v1.6.4 - Table of Contents > A bunch of helper functions, intended to make life easier ## Pages - [Bunch](readme.md) - [LICENSE](license.md) ## Modules - [Bunch](Bunch.md): A bunch of general-purpose helper and convenience functions. - [Bunch.Access](Bunch.Access.md): A bunch of functions for easier manipulation on terms of types implementing `Access` behaviour. - [Bunch.Binary](Bunch.Binary.md): A bunch of helpers for manipulating binaries. - [Bunch.Code](Bunch.Code.md): A bunch of helper functions for code compilation, code evaluation, and code loading. - [Bunch.Config](Bunch.Config.md): A bunch of helpers for parsing and validating configurations. - [Bunch.Enum](Bunch.Enum.md): A bunch of helper functions for manipulating enums. - [Bunch.KVEnum](Bunch.KVEnum.md): A bunch of helper functions for manipulating key-value enums (including keyword enums). - [Bunch.KVList](Bunch.KVList.md): A bunch of helper functions for manipulating key-value lists (including keyword lists). - [Bunch.List](Bunch.List.md): A bunch of helper functions for list manipulation. - [Bunch.Macro](Bunch.Macro.md): A bunch of helpers for implementing macros. - [Bunch.Map](Bunch.Map.md): A bunch of helper functions for manipulating maps. - [Bunch.Markdown](Bunch.Markdown.md): A bunch of helpers for generating Markdown text - [Bunch.Math](Bunch.Math.md): A bunch of math helper functions. - [Bunch.Module](Bunch.Module.md): A bunch of functions for easier manipulation on modules. - [Bunch.Retry](Bunch.Retry.md): A bunch of helpers for handling scenarios when some actions should be repeated until it succeeds. - [Bunch.ShortRef](Bunch.ShortRef.md): A wrapper over Erlang/Elixir references that makes them more readable and visually distinguishable. - [Bunch.Struct](Bunch.Struct.md): A bunch of functions for easier manipulation on structs. - [Bunch.Type](Bunch.Type.md): A bunch of commonly used types. - [Bunch.Typespec](Bunch.Typespec.md): A bunch of typespec-related helpers. ## See Also - [Membrane Framework AI Skill](https://hexdocs.pm/membrane_core/skill.md) - [Membrane Core](https://hexdocs.pm/membrane_core/llms.txt)