Skip to content

Initializer

init(_:options:)

Create a new TrieRouter.
init(_ type: Output.Type = Output.self, options: Set<TrieRouter<Output>.ConfigurationOption> = [])

Parameters

type

The output type for the router.

options

Configured options such as case-sensitivity.