Type Alias Writable<R>

    Writable: R & WritableBrand & { value: Inner<R> }

    The writable form of R: adds the brand + a settable value.

    Type Parameters

    • R