Skip to content
Josh Wright edited this page Jan 14, 2021 · 2 revisions

Path

@propertyWrapper public struct Path: Codable

Inheritance

Codable

Initializers

init(wrappedValue:)

Initialize with a path component value.

public init(wrappedValue: String)

Parameters

  • wrappedValue: The value of this path component.

init(from:)

public init(from decoder: Decoder) throws

Properties

wrappedValue

The value of this path component.

var wrappedValue: String
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally