Converts explicitly to a range view of the stored key.
Declared in <folly/container/detail/F14Table.h>
template<
typename K = TKeyType,
typename Enable = IsRangeConvertible<K>>
constexpr
explicit
operator RangeT<K>() const;
A range view over the stored key.