Contents

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"].