Module former::exposed::protected

source ·
Expand description

Protected namespace of the module.

Structs§

Traits§

  • Provides an extension method for hash maps to facilitate the use of the builder pattern.
  • Provides an extension method for binary tree sets to facilitate the use of the builder pattern.
  • Provides an extension method for binary heaps to facilitate the use of the builder pattern.
  • Represents a collection by defining the types of entries and values it handles.
  • Provides functionality to add individual entries to a collection.
  • Defines the capability to replace all entries in a collection with a new set of entries.
  • Provides a mechanism for transforming a value back into a collection-specific entry format.
  • Facilitates the conversion of collection entries to their corresponding value representations.
  • Provides an extension method for hash maps to facilitate the use of the builder pattern.
  • Provides an extension method for HashSet to facilitate the use of the builder pattern.
  • Provides an extension method for lists to facilitate the use of the builder pattern.
  • Facilitates the conversion of values back into entries for specific collection types.
  • Provides an extension method for vector deques to facilitate the use of the builder pattern.
  • Provides an extension method for vectors to facilitate the use of the builder pattern.

Type Aliases§

  • Provides a streamlined builder interface for constructing hash map-like collections.
  • Provides a streamlined builder interface for constructing binary tree set-like collections.
  • Provides a streamlined builder interface for constructing binary heap-like collections.
  • Provides a streamlined builder interface for constructing hash map-like collections.
  • Provides a concise alias for CollectionFormer configured specifically for HashSet-like collections.
  • Provides a streamlined builder interface for constructing list-like collections.
  • Provides a streamlined builder interface for constructing vector deque-like collections.
  • Provides a streamlined builder interface for constructing vector-like collections.