plutus_ledger_api::aux

Function singleton

Source
pub fn singleton<T, C>(value: T) -> C
where C: FromIterator<T>,
Expand description

Create a container C from one element.