Release 0.0.6
Pre-release
Pre-release
Make Cons
struct more flexible: remove required bound on tail generic argument for struct. This allows to simplify dependant trait bounds.
Bound on tail generic argument is required for Cons
to be HList
, so this bound should exist for trait implementation.