foldRightKV<B> method
B
foldRightKV<B>(
- B z,
- B f(
- K k,
- V v,
- B previous
Implementation
B foldRightKV<B>(B z, B f(K k, V v, B previous)) => _tree.foldRight(z, f);