xxxxxxxxxx
struct Foo(T){
this(Rhs, this This)(scope Rhs rhs){
}
this(ref scope typeof(this) rhs){
struct Bar{
Foo!int foo;