Up

module Structs_computed

: sig

Structs and unions whose layouts are computed from the sizes and alignment requirements of the constituent field types.

include Structs.S with type ('a, 's) field := ('a, 's) Static.field
end