Functionsยง
- constness ๐Checks whether an item is considered to be
const
. If it is a constructor, it is const. If it is an assoc method or function, return if it has aconst
modifier. If it is an intrinsic, report whether said intrinsic has arustc_const_{un,}stable
attribute. Otherwise, panic.