Skip to content

Version 2.2.0

Compare
Choose a tag to compare
@DNKpp DNKpp released this 06 May 20:52
· 149 commits to master since this release

Additions

  • type_list::TypeList type
  • concepts::type_list
  • concepts::populated_type_list
  • type_list::common_container
  • type_list::populated_from
  • type_list::reverse
  • type_list::pop_back
  • type_list::pop_front
  • type_list::front
  • type_list::back
  • type_list::index_of
  • type_list::contained_by
  • type_list::count
  • type_list::equal
  • type_list::unordered_equal
  • type_list::transform
  • type_list::filter
  • type_list::remove
  • type_list::remove_at
  • type_list::append
  • type_list::prepend
  • type_list::concat
  • type_list::intersection
  • type_list::intersection_as
  • type_list::difference
  • type_list::difference_as
  • type_list::symmetric_difference
  • type_list::symmetric_difference_as
  • type_list::zip_nth_elements
  • type_list::zip_nth_elements_as
  • type_list::zip
  • type_list::zip_as
  • type_list::cartesian_product
  • type_list::cartesian_product_as