Instance Propertyscinfu.swiftsoup 2.8.7SwiftSoup
multiByteByteLookupsCount
ParsingStrings.swift:42let multiByteByteLookupsCount: Int
let multiByteByteLookupsCount: Int
s9SwiftSoup14ParsingStringsV09multiByteF12LookupsCountSivp
What are these?13Z7C
import SwiftSoup
struct ParsingStrings
@frozen struct Int
A signed integer value type.
init(_ strings: [String])
init(_ strings: [[UInt8]])
init(_ strings: [UnicodeScalar])
let multiByteByteLookups: [(UInt64, UInt64, UInt64, UInt64)]
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)