Instance Methodhummingbird 2.15.0Hummingbird
index(after:)
RouterPath.swift:206func index(after i: Int) -> Int func index(after i: Int) -> Int import Hummingbirdstruct RouterPathSplit router path into components
@frozen struct IntA signed integer value type.
init(_ value: String) Initialize RouterPath from URI string
init(stringLiteral value: String) Initialize RouterPath from String literal
let components: [RouterPath.Element]Array of RouterPath elements
let description: StringA textual representation of the RouterPath
var endIndex: Int { get }var startIndex: Int { get }subscript(index: Int) -> RouterPath.Element { get } func appendingPath(_ path: RouterPath) -> RouterPath Combine two RouterPaths
func lowercased() -> RouterPath Return lowercased version of RouterPath
struct Element