Module coins_bip32::ecdsa::signature::digest::block_buffer::generic_array::functional
Expand description
Functional programming with generic sequences
Please see tests/generics.rs
for examples of how to best use these in your generic functions.
Traits
- Defines functional programming methods for generic sequences
- Defines the relationship between one generic sequence and another, for operations such as
map
andzip
.
Type Definitions
- Accessor type for a mapped generic sequence