is_odd

Last updated:

0 purchases

is_odd Image
is_odd Images
Add to Cart

Description:

is odd

is_odd #
Minimalist and elegant API that returns true if the given number is odd.
Usage #
import 'package:is_odd/is_odd.dart';

isOdd(0);
//=> false
isOdd(1);
//=> true
isOdd(2);
//=> false
isOdd(3);
//=> true

copied to clipboard
Disclaimer #
Implementation shamelessly stolen from the JavaScript package is-odd

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.