[][src]Crate sike

Sike adds a fun convenience method to any type which can be negated with the negation operator !, called sike. To use the method, just import the Sike trait like so:

use sike::Sike;

Traits

Sike

A trait providing the sike method to any negatable type.