The OpenD Programming Language

Tuple.Types

The types of the Tuple's components.

import std.typecons;
struct Tuple
alias Types = staticMap!(extractType, fieldSpecs)

Meta