Function rust2fun::combinator::tuple3

source ·
pub const fn tuple3<A, B, C>(a: A, b: B, c: C) -> (A, B, C)
Expand description

Create a tuple of 3 elements.