StringΒΆ

Staged type representing arbitrary length Strings. Note that this type shadows the respective unstaged Scala type. In the case where an unstaged type is required, use the full name java.lang.String.


Infix methods

class String
def to[T]: T
Converts this String to the specified type

[NOTE] This method is currently defined for: