set abstract method

Result<(), T> set(
  1. T value
)

Sets the contents of the cell to value.

Implementation

Result<(), T> set(T value);