Skip to content

NoPattern

kareman edited this page Jul 1, 2020 · 4 revisions

NoPattern

A pattern that does absolutely nothing.

public struct NoPattern: Pattern

Inheritance

Pattern, RegexConvertible

Initializers

init()

@inlinable public init()

Properties

description

var description: String

regex

var regex: String

Methods

createInstructions(_:)

@inlinable public func createInstructions(_ instructions: inout Instructions) throws
Clone this wiki locally