TypeIdLR

type-id where the declaration-id is in between two blocks

@safe
struct TypeIdLR {
Left left;
Right right;
}

Meta