store method

St8Reference store()

Implementation

St8Reference store() {
  St8.store(key, value);
  return this;
}