Type Definition libdata::column::Header
[−]
type Header = BTreeSet<Option<Value>>;
A set of values of the same type.
This is an inner type of Headers
. It is expected that the set contains
only values of a single type. However, it is not enforced at the type level now (but unless you
create it yourself, you can assume this property).