Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Jan 24, 2020 · 8 revisions

Linked

public protocol Linked: Node

Inheritance

Node, Hashable, Equatable, CustomStringConvertible


Required Properties

urlString

var urlString: String?

title

var title: String?

description

var description: String

Required Methods

hash(into:)

public func hash(into hasher: inout Hasher)

==(lhs:rhs:)

public static func ==(lhs: Node, rhs: Node) -> Bool
Clone this wiki locally