Initializerscinfu.swiftsoup 2.8.7SwiftSoup
init(_:)
ParsingStrings.swift:91init(_ strings: [UnicodeScalar])
init(_ strings: [UnicodeScalar])
s9SwiftSoup14ParsingStringsVyACSays7UnicodeO6ScalarVGcfc
What are these?35DMA
import SwiftSoup
struct ParsingStrings
typealias UnicodeScalar = Unicode.Scalar
init(_ strings: [String])
init(_ strings: [[UInt8]])
let multiByteByteLookups: [(UInt64, UInt64, UInt64, UInt64)]
let multiByteByteLookupsCount: Int
let multiByteSet: Set<ArraySlice<UInt8>>
var singleByteMask: (UInt64, UInt64, UInt64, UInt64)
static func == (lhs: ParsingStrings, rhs: ParsingStrings) -> Bool
func contains(_ bytes: [UInt8]) -> Bool
func contains(_ slice: ArraySlice<UInt8>) -> Bool
func contains(_ byte: UInt8) -> Bool
func contains(_ scalar: UnicodeScalar) -> Bool
func containsTrie(_ slice: ArraySlice<UInt8>) -> Bool
Checks membership by walking our trie. Returns true if slice
exactly matches a terminal path.
func hash(into hasher: inout Hasher)