Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

CompilationCondition

mattt edited this page Apr 26, 2021 · 15 revisions

CompilationCondition

public struct CompilationCondition: Hashable, Codable 

Inheritance

Codable, CustomStringConvertible, Hashable

Properties

block

public let block: ConditionalCompilationBlock

branch

public let branch: ConditionalCompilationBlock.Branch

description

public var description: String