(function() {var implementors = {};
implementors['libc'] = [];implementors['ramp'] = ["impl<I> Shl<I> for Limb where BaseInt: Shl<I, Output=BaseInt>","impl<'a> Shl<usize> for &'a Int","impl Shl<usize> for Int",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()