Uses of Class
fj.data.fingertrees.Two
-
Packages that use Two Package Description fj.data.fingertrees Provides 2-3 finger trees, a functional representation of persistent sequences supporting access to the ends in amortized O(1) time. -
-
Uses of Two in fj.data.fingertrees
Methods in fj.data.fingertrees that return Two Modifier and Type Method Description Two<V,A>
MakeTree. two(A a, A b)
A digit of two elements.
-