Changes:
numeric_rangewas updated to fix its handling of empty ranges (thanks to rhettinger)peekablewas updated to fix typing issues (thanks to DORI2001, powellnorma, Pandede, m9810223, and rhettinger)islice_extendedwas optimized for memory usage and speed (thanks to ben42code, rhettinger, and pochmann)serializenow supports the generator methodsthrow,send, andclose(thanks to rhettinger)seekablenow supports implements__getitem__for cached elements (thanks to SAY-5, jenstroeger, and JamesParrott)