caffeine_lang/common/collection_types
Types
Represents collection types that can contain accepted type values.
pub type CollectionTypes(accepted) {
Dict(accepted, accepted)
List(accepted)
}
Constructors
-
Dict(accepted, accepted) -
List(accepted)