setSelf abstract method

void setSelf(
  1. T value
)

Set the value for the current atom.

Implementation

void setSelf(T value);