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

CompilationCondition

mattt edited this page Jul 27, 2020 · 15 revisions

CompilationCondition

public struct CompilationCondition: Hashable, Codable

Inheritance

Codable, CustomStringConvertible, Hashable

Properties

block

let block: ConditionalCompilationBlock

branch

let branch: ConditionalCompilationBlock.Branch

description

var description: String