pub const fn tuple4<A, B, C, D>(a: A, b: B, c: C, d: D) -> (A, B, C, D)
Create a tuple of 4 elements.