set<T, V> abstract method

void set<T, V>(
  1. WritablePod<T, V> pod,
  2. V value
)

Set the value for the given pod.

Implementation

void set<T, V>(WritablePod<T, V> pod, V value);