Function std_detect::detect::features

source ·
pub fn features() -> impl Iterator<Item = (&'static str, bool)>
🔬This is a nightly-only experimental API. (stdsimd)
Expand description

Returns an Iterator<Item=(&'static str, bool)> where Item.0 is the feature name, and Item.1 is a bool which is true if the feature is supported by the host and false otherwise.