Type Alias ReadWrite<T>

ReadWrite<T>: Read<T> & Write<T>

Type for simple variables that are both readable and writable.

Type Parameters

  • T