Trait Is
swf_types::float_is
pub trait Is { fn is(&self, other: &Self) -> bool; }
fn is(&self, other: &Self) -> bool
impl Is for f32
fn is(&self, other: &f32) -> bool
impl Is for f64
fn is(&self, other: &f64) -> bool
impl<T: Is> Is for Vec<T>
impl Is for [f32; 20]