pub type R64Sint = Pixel<R, _64, Int>;
Pixel type alias.
struct R64Sint { pub repr: [u64; 1], }
repr: [u64; 1]
Pixel representation.