Struct greenwasm_spectest::NanCompare[][src]

pub struct NanCompare<'a>(pub &'a [Value]);

Wrapper type that compares a list of wabt Values according to their bit-pattern if they contain floating point values, and according to regular PartialEq semantics otherwise.

Trait Implementations

impl<'a> PartialEq for NanCompare<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Debug for NanCompare<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for NanCompare<'a>

impl<'a> Sync for NanCompare<'a>