Skip to content

Commit 8198776

Browse files
committed
Replace @inlinable reference with @_transparent
1 parent 2809705 commit 8198776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/nnnn-binaryinteger-iseven-isodd-ismultiple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ There is also a minor correctness risk in misinterpreting something like `value
9696

9797
**Performance:** It's _possible_ that `isMultiple` could be implemented in a more performant way than `% divisor == 0` for more complex types, such as a BigInteger/BigNum type.
9898

99-
The addition of `isEven` and `isOdd` likely won’t have a major positive impact on performance but it should not introduce any additional overhead thanks to `@inlineable`.
99+
The addition of `isEven` and `isOdd` likely won’t have a major positive impact on performance but it should not introduce any additional overhead thanks to `@_transparent`.
100100

101101
## Proposed solution
102102

0 commit comments

Comments
 (0)