fromValues static method

Iterable<GPUStoreOp> fromValues(
  1. Iterable<String> values
)

Implementation

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