is_decode_state_independent_v

template<typename _Encoding>
constexpr bool ztd::text::is_decode_state_independent_v = is_state_independent_v<_Encoding, decode_state_t<_Encoding>>

Whether or not the encoding’s decode_state can be constructed without information from the encoding itself.