Function tuple8

Source
pub const fn tuple8<A, B, C, D, E, F, G, H>(
    a: A,
    b: B,
    c: C,
    d: D,
    e: E,
    f: F,
    g: G,
    h: H,
) -> (A, B, C, D, E, F, G, H)
Expand description

Create a tuple of 8 elements.