pub fn singleton<T, C>(value: T) -> Cwhere C: FromIterator<T>,
Create a container C from one element.