Skip to content

MetaSet

ratranqu edited this page Jan 28, 2021 · 1 revision

MetaSet

public struct MetaSet<M: Meta>: Codable, ExpressibleByArrayLiteral

Inheritance

Codable, ExpressibleByArrayLiteral

Initializers

init(array:)

public init(array: [M.Element])

init(arrayLiteral:)

public init(arrayLiteral elements: M.Element)

init(from:)

public init(from decoder: Decoder) throws

Properties

set

var set: [M.Element]

Methods

encode(to:)

public func encode(to encoder: Encoder) throws

Clone this wiki locally