We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3769562 commit 18c23f4Copy full SHA for 18c23f4
library/src/scala/compiletime/ops/int.scala
@@ -4,7 +4,7 @@ package ops
4
import annotation.experimental
5
6
object int:
7
- /** Successor of a natural number where zero is the type 0 and successors are reduced as if the definition was
+ /** Successor of a natural number where zero is the type 0 and successors are reduced as if the definition was:
8
*
9
* ```scala
10
* type S[N <: Int] <: Int = N match {
@@ -226,4 +226,4 @@ object int:
226
* @syntax markdown
227
*/
228
@experimental
229
- type NumberOfLeadingZeros[X <: Int] <: Int
+ type NumberOfLeadingZeros[X <: Int] <: Int
0 commit comments