Functions§
- check_
validity_ requirement - Determines if this type permits “raw” initialization by just transmuting some memory into an
instance of
T
. - check_
validity_ 🔒requirement_ lax - Implements the ‘lax’ (default) version of the
check_validity_requirement
checks; see that function for details. - check_
validity_ 🔒requirement_ strict - Implements the ‘strict’ version of the
check_validity_requirement
checks; see that function for details. - validate_
scalar_ 🔒in_ layout