fromValues static method

Implementation

static Iterable<GPUCompilationMessageType> fromValues(
        Iterable<String> values) =>
    values.map(fromValue);