trueEncodings
The set of strings that stores acceptable spellings for true Boolean values.
Declaration
var trueEncodings: Set<String>Discussion
Defaults to ["1", "True", "TRUE", "true"].
The set of strings that stores acceptable spellings for true Boolean values.
var trueEncodings: Set<String>Defaults to ["1", "True", "TRUE", "true"].