pub fn find_siblings(key: usize) -> [usize; 8]
Return all siblings of a key.
For a given key this function returns all 8 children of the parent of the key. Hence, the key itself is returned as well.