DecimalSettings
data class DecimalSettings(var schemes: MutableList<DecimalScheme> = DEFAULT_SCHEMES, var currentSchemeName: String = DEFAULT_CURRENT_SCHEME_NAME) : Settings<DecimalSettings, DecimalScheme>
Content copied to clipboard
The user-configurable collection of schemes applicable to generating decimals.
See also
Constructors
Link copied to clipboard
fun DecimalSettings(schemes: MutableList<DecimalScheme> = DEFAULT_SCHEMES, currentSchemeName: String = DEFAULT_CURRENT_SCHEME_NAME)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Returns a deep copy of the settings and the contained schemes.
Link copied to clipboard
Returns this.
Link copied to clipboard
Link copied to clipboard
Copies the fields of state to this.
Link copied to clipboard