We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public struct MetaSet<M: Meta>: Codable, ExpressibleByArrayLiteral
Codable, ExpressibleByArrayLiteral
Codable
ExpressibleByArrayLiteral
init(array:)
public init(array: [M.Element])
init(arrayLiteral:)
public init(arrayLiteral elements: M.Element)
init(from:)
public init(from decoder: Decoder) throws
set
var set: [M.Element]
encode(to:)
public func encode(to encoder: Encoder) throws