net.liftweb.common.HLists
Provides the methods that can be used on an HList. These are set apart here due to certain issues we can experience otherwise with the type variance on the :+: class.
HList
:+:
The length of this HList; note that this is O(n) in the list of elements.
Provides the methods that can be used on an
HList. These are set apart here due to certain issues we can experience otherwise with the type variance on the:+:class.