# Functions
Integrate adds all sequenced entries greater than fromSize into the tree.
# Variables
ErrDupeLeaf is returned by the Sequence method of storage implementations to indicate that a leaf has already been sequenced.
ErrSeqAlreadyAssigned is returned by the Assign method of storage implementations to indicate that the provided sequence number is already in use.
# Interfaces
Storage represents the set of functions needed by the log tooling.