Package-level declarations

Types

Link copied to clipboard
class TypeConverter<T>(toString: (T) -> String, fromString: (String) -> T)