File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
branches/tensorflow-next/stdlib/public/core Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
1461
1461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
1462
1462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
1463
1463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464
- refs/heads/tensorflow-next: 13bdf03d5e758e56a505bcbe87e06ffae0556e9f
1464
+ refs/heads/tensorflow-next: 04fd96c24d71543fadbdbcf1e0d32317e9004a4a
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ public extension AdditiveArithmetic where Self : ExpressibleByIntegerLiteral {
133
133
///
134
134
/// Zero is the identity element for addition. For any value,
135
135
/// `x + .zero == x` and `.zero + x == x`.
136
+ @_transparent
136
137
static var zero : Self {
137
138
return 0
138
139
}
You can’t perform that action at this time.
0 commit comments