[][src]Type Definition tydi::generator::common::TypeBundle

type TypeBundle = Vec<(Vec<String>, Type, bool)>;

Bundle of names and types. Useful to represent flattened types.