fromLabel

fun fromLabel(label: String): Vector?

Retrieves a Vector associated with the given label.

Return

The Vector associated with the label, or null if not found.

Parameters

label

The label to search for.