gctree 0.35.0

A library for cache-friendly, graph-like, arena-allocated datastructures.
Documentation
1
2
3
4
5
6
//!


pub fn deref<T: Copy>(value_ref: &T) -> T {
    *value_ref
}