Function Subspace :: sus :: choice_type :: operator<<

template <class... Ts, auto... Tags, class StreamType>
auto operator<<(StreamType& stream, const Choice<sus::choice_type::__private::TypeList<Ts...>, Tags...>& value) -> StreamType&
requires
sus::string::__private::StreamCanReceiveString<StreamType, char>