Module Memory_builder.Read_port_2d

General-purpose Read Ports.

type 'a t = {
horizontal_index : 'a;
vertical_index : 'a;
enable : 'a;
}
val sexp_of_t : ( 'a -> Sexplib0.Sexp.t ) -> 'a t -> Sexplib0.Sexp.t
module Specialize_with_config (_ : Config.S) : Hardcaml.Interface.S with type 'a t = 'a t