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 22, 2020 · 10 revisions

Literal

An element with literal contents.

public protocol Literal: Node

Inheritance

Node, CustomStringConvertible, Hashable


Required Properties

literal

The literal contents of the element.

var literal: String?

description

var description: String

Required Methods

hash(into:)

public func hash(into hasher: inout Hasher)

Clone this wiki locally