findResult

fnMiValue findResult(scope MiResult[] results, string variable) @safe

Finds the first result with the given variable name.

Parameters

resultsResult array.
variableVariable name to find.

Returns

The associated value, or null if not found.