Up

Module Export

Signature

type ('a, 'z) read_write_ = ('a, 'z) any = private {
mutable read
: 'a ;
mutable write
: 'a ;
}