1 2 3 4 5 6 7 8 9
use std::sync::Arc; use crate::long::LongHkeyExpanded; impl Default for LongHkeyExpanded { fn default() -> Self { Self::new(0, 0, Arc::from([])) } }