Initializerscinfu.swiftsoup 2.8.7SwiftSoup
init(_:)
Evaluator.swift:339override init(_ index: Int)
override init(_ index: Int)
import SwiftSoup
final class IndexLessThan
Evaluator for matching by sibling index number (e {@literal <} idx)
class Evaluator
Evaluates that an element matches the selector.
@frozen struct Int
A signed integer value type.
init(_ index: Int)
override func matches(_ root: Element, _ element: Element) throws -> Bool
override func toString() -> String