skip.txt
891 B · text · 12 lines
1core::block generic over the pixel type, u8 in gif and [u8; 4] in png2core::error::overflow_error an error constructor, generic over the Ok type3core::error::shape_error an error constructor, generic over the Ok type4core::error::value_error an error constructor, generic over the Ok type5core::rng::choice generic over the item type; crossed by hand on the Rng class6core::rng::shuffle generic over the item type; crossed by hand on the Rng class7core::tensor::bytes_mut a mutable borrow into the buffer; put writes one value8gen::draw::create takes a rotation fn pointer; build::create_2d and create_3d cross9gen::draw::random_tile takes a rotation fn pointer; build::random_tile_2d and random_tile_3d cross10gen::recipe::uniform generic over the item type, used on Source and usize11num::fft::fft transforms two mutable slices in place12num::fft::fft2 transforms two mutable slices in place