Skip to content

번역

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

STRUCT

Template.Item

Contents

swift
public struct Item: Codable, Equatable, Sendable

File description for generating

Properties

path

swift
public let path: String

contents

swift
public let contents: Contents

Methods

item(path:contents:)

swift
public static func item(path: String, contents: Contents) -> Self

Released under the MIT License.