Bool

extension Bool: Arbitrary
  • A generator of arbitrary Booleans

    Declaration

    Swift

    public static var arbitrary: Gen<Bool> { get }