Skip to content

NoPattern

kareman edited this page Aug 13, 2020 · 4 revisions

NoPattern

A pattern that does absolutely nothing.

public struct NoPattern<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable

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 ContiguousArray<Instruction<Input>>) throws
Clone this wiki locally