LLBuildKey
An llbuild key.
llbuild.swift:29protocol LLBuildKey : Decodable, Encodable
Supertypes
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
Requirements
Type members
associatedtype BuildRule
The rule that this key operates on.
associatedtype BuildValue
The value that this key computes.