let little_endian_merge_bits ~conflate_bottom ~total_length ~value ~offset t =
create
((get_flags t) land (get_flags value))
(V.little_endian_merge_bits ~conflate_bottom
~total_length ~value:(get_v value) ~offset
(get_v t))