Resolves to std::is_assignable_v<t>. More...
#include <bio/meta/concept/core_language.hpp>
Resolves to std::is_assignable_v<t>.
Note that this requires less than std::assignable_from, it simply tests if the expression std::declval<T>() = std::declval<U>()
is well-formed.