search

open fun search(scope: String): V?

Searches for a value by scope, checking exact matches first, then prefix matches.

Return

The matching value or null if not found.

Parameters

scope

The scope string to search for.