Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Literal

mattt edited this page Jan 25, 2020 · 10 revisions

Literal

An element with literal contents.

public protocol Literal: Node

Inheritance

Node, CustomStringConvertible, Equatable, Hashable


Required Initializers

init(literal:)

init(literal: String?)

Required Properties

description

var description: String

literal

The literal contents of the element.

var literal: String?

Required Methods

==(lhs:rhs:)

public static func ==(lhs: Node, rhs: Node) -> Bool

hash(into:)

public func hash(into hasher: inout Hasher)

Clone this wiki locally