Function attach_before

Source
unsafe fn attach_before<K, V>(
    to_attach: NonNull<Node<K, V>>,
    node: NonNull<Node<K, V>>,
)