get

operator fun get(suffix: String): Pair<AvailVersion.Suffix, Int>?

Answer the Suffix with the associated provided Suffix.suffix.

Return

The associated Suffix or null if invalid.

Parameters

suffix

The Suffix.suffix to lookup.