Module fil_actors_shared::v11::util

source ·

Structs§

  • Multimap stores multiple values per key in a Hamt of Amts. The order of insertion of values for each key is retained.
  • Set is a Hamt with empty values for the purpose of acting as a hash set.
  • SetMultimap is a hamt with values that are also a hamt but are of the set variant. This allows hash sets to be indexable by an address.

Traits§

  • Trait to allow multiple error types to be able to be downcasted into an ActorError.