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 0466fb0 commit fdb01b6Copy full SHA for fdb01b6
1 file changed
core/src/main/scala/org/typelevel/ci/CIString.scala
@@ -70,6 +70,9 @@ final class CIString private (override val toString: String)
70
def trim: CIString = transform(_.trim)
71
72
def length: Int = toString.length
73
+
74
+ @deprecated("Use toString", "0.1.0")
75
+ def value: String = toString
76
}
77
78
@suppressUnusedImportWarningForCompat
0 commit comments