26 #include <mln/fun/i2v/value_at_index.hh>
27 #include <mln/value/int_u8.hh>
28 #include <mln/value/int_s8.hh>
37 mln_assertion(f(0) ==
false);
38 mln_assertion(f(1) ==
true);
42 mln_assertion(f( 0) == 0);
43 mln_assertion(f(255) == 255);
47 mln_assertion(f( 0) == -127);
48 mln_assertion(f(254) == +127);