Structure
BooleanPropertyFormatFactory
This is a workaround for Swift 5.4’s inability to correctly infer the format type using the
Self constraints on the various static properties.struct BooleanPropertyFormatFactory<Format> where Format : BooleanPropertyFormat
Topics
Instance Properties
Type Properties
static var integer: BooleanPropertyFormatFactory<IntegerBooleanPropertyFormat<Int>>static var onOff: BooleanPropertyFormatFactory<OnOffBooleanPropertyFormat>static var oneZero: BooleanPropertyFormatFactory<OneZeroBooleanPropertyFormat>static var trueFalse: BooleanPropertyFormatFactory<TrueFalseBooleanPropertyFormat>static var yesNo: BooleanPropertyFormatFactory<YesNoBooleanPropertyFormat>static var yn: BooleanPropertyFormatFactory<YNBooleanPropertyFormat>