Internals
MicroCollections.dict0
— Functiondict0(T::Type = Pair{Union{},Union{}})
Create an empty dict shim of element type T
.
MicroCollections.dict1
— Functiondict1(k => v)
Create a singleton dict with key k
and value v
.
MicroCollections.set0
— Functionset0(T::Type = Union{})
Create an empty set shim of element type T
.
MicroCollections.set1
— Functionset1(x)
Create a singleton set with element x
.
MicroCollections.upcast
— FunctionMicroCollections.upcast(singleton_container::C) -> container::C