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.
2 parents f75bfce + fdb01b6 commit cbdbf3cCopy full SHA for cbdbf3c
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