lloydmeta / frunk

Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
https://beachape.com/frunk/
MIT License
1.24k stars 56 forks source link

add function for explicitly extending an hlist #209

Closed CobaltCause closed 1 year ago

CobaltCause commented 1 year ago

This is basically std::iter::Extend but for HLists.