Skip to content

ENUM

Output.Linking

Contents

swift
public enum Linking: String, Codable, Hashable, Sendable

Describes how a binary artifact is linked.

Cases

static

swift
case `static`

Released under the MIT License.