EXTENSION
UNIXPath
swift
extension UNIXPath: ExpressibleByStringLiteralProperties
description
swift
public var description: StringdebugDescription
swift
public var debugDescription: StringMethods
init(_:)
swift
public init(_ value: StringLiteralType)init(stringLiteral:)
swift
public init(stringLiteral value: String)Parameters
| Name | Description |
|---|---|
| value | The value of the new instance. |
encode(to:)
swift
public func encode(to encoder: Encoder) throwsParameters
| Name | Description |
|---|---|
| encoder | The encoder to write data to. |
init(from:)
swift
public init(from decoder: Decoder) throwsParameters
| Name | Description |
|---|---|
| decoder | The decoder to read data from. |
<(_:_:)
swift
public static func < (lhs: UNIXPath, rhs: UNIXPath) -> BoolParameters
| Name | Description |
|---|---|
| lhs | A value to compare. |
| rhs | Another value to compare. |
relativeToRoot(_:)
swift
public static func relativeToRoot(_ value: String) -> UNIXPathrelativeToManifest(_:)
swift
public static func relativeToManifest(_ value: String) -> UNIXPathabsolute(_:)
swift
public static func absolute(_ value: String) -> UNIXPath