This commit is contained in:
Nicholas Wilson 2025-01-14 06:05:25 +08:00 committed by GitHub
parent f95cd32419
commit a6ad856d51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3348,7 +3348,7 @@ package(std) Rebindable2!T rebindable2(T)(T value)
this(ref inout S rhs) @safe inout this(ref inout S rhs) @safe inout
{ {
this.i = i; this.i = rhs.i;
copied = true; copied = true;
} }
} }