Module luminance::gtup [] [src]

Generalized free tuples.

The GTup type is used to create generalized tuples. Because Rust doesn’t support type operators, GTup is used to create static tuples that can have an arbitrary size while remaining of the same recursive form. That’s very useful to implement traits for any kind of tuples.

Feel free to dig in the documention of GTup for further details.

Structs

GTup

The generalized free tuple.