Type Definition enso_flexer::prelude::logger::processor::Branch[][src]

type Branch<T = Drop, Branch4 = Drop, Branch3 = Drop, Branch2 = Drop, Branch1 = Drop> = SeqBuilder<T, SeqBuilder<Branch4, SeqBuilder<Branch3, SeqBuilder<Branch2, Branch1>>>>;
Expand description

A generic seq implementation. See docs of SeqBuilder to learn more.