std::experimental::basic_string_view<CharT,Traits>::front
Min standard notice:
Returns reference to the first character in the view.
# Declarations
constexpr const_reference front() const;
(library fundamentals TS)
# Return value
reference to the first character, equivalent to operator.