use crateSizeHint;
/// A trait for types with a dynamic item capacity, expressed as a [`SizeHint`].
///
/// This is the remaining capacity of the collection,
/// and may change if the collection is modified.
/// A trait for types with a static item capacity, expressed as a [`SizeHint`].
///
/// This is the static capacity of the collection when empty, and it should never change.