- java.lang.Object
-
- org.kink_lang.kink.StrHelper
-
public class StrHelper extends Object
The helper of str vals.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrVal
of(String string)
Returns a str val containing the string.
-