File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,9 @@ mechanism which abstracts implementation details and properties that are common
88across many different attributes/operations/types/etc.. ` Traits ` may be used to
99specify special properties and constraints of the object, including whether an
1010operation has side effects or that its output has the same type as the input.
11- Some examples of operation traits are ` Commutative ` , ` SingleResult ` ,
12- ` Terminator ` , etc. See the more comprehensive list of
13- [ operation traits] ( #operation-traits-list ) below for more examples of what is
14- possible.
11+ Some examples of operation traits are ` Commutative ` , ` Terminator ` , etc. See the
12+ more comprehensive list of [ operation traits] ( #operation-traits-list ) below for
13+ more examples of what is possible.
1514
1615## Defining a Trait
1716
You can’t perform that action at this time.
0 commit comments