Function tuple

Source
pub const fn tuple<T>(x: T) -> (T,)
Expand description

Turns T into a tuple with 1 element, T