Module Bigarray.Layout

type 'a t = 'a Bigarray.layout =
  1. | C_layout : Bigarray.c_layout t
  2. | Fortran_layout : Bigarray.fortran_layout t