KebabCase

@Serializable
value class KebabCase : Comparable<KebabCase> (source)

表示一个 kebab-case 格式的 String

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: KebabCase): Int
Link copied to clipboard
open override fun toString(): String