Function rusty_tree::morton::find_siblings[][src]

pub fn find_siblings(key: usize) -> [usize; 8]
Expand description

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.