set<R, W> abstract method

void set<R, W>(
  1. WritableAtom<R, W> atom,
  2. W value
)

Set the value for the given atom.

Implementation

void set<R, W>(WritableAtom<R, W> atom, W value);