itermore 0.7.1

🤸‍♀️ More iterator adaptors
Documentation

itermore

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 16 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

full

  • std
  • array_chunks
  • array_combinations_with_reps
  • array_combinations
  • array_windows
  • cartesian_product
  • circular_array_windows
  • collect_array
  • combinations_with_reps
  • combinations
  • min_max
  • next_chunk
  • sorted

array_combinations

  • alloc
  • dep:arrays

array_combinations_with_reps

  • alloc
  • dep:arrays

next_chunk

  • dep:arrays

combinations

  • alloc

array_windows

  • dep:arrays

circular_array_windows

  • array_windows

std

  • alloc

collect_array

  • dep:arrays

sorted

  • alloc

combinations_with_reps

  • alloc

array_chunks

  • dep:arrays

cartesian_product

    This feature flag does not enable additional features.

min_max

    This feature flag does not enable additional features.

alloc

    This feature flag does not enable additional features.