Closes #1265, make the chaining exception more visible

This commit is contained in:
hsutter 2018-10-11 11:33:45 -07:00
parent 7733c326b2
commit 3fbc0b35a4

View File

@ -4143,6 +4143,8 @@ An overload set may have some members that do not directly access `private` data
// ...
};
##### Exception
Similarly, a set of functions may be designed to be used in a chain:
x.scale(0.5).rotate(45).set_color(Color::red);