hexga_utils 0.0.11-beta.56

miscellaneous stuff, when somethings will be too big it will be on a separate crate
Documentation
use super::*;

/*
pub mod prelude
{

}

pub struct SharedItem
{

}

pub struct SharedCollection<C,T>
{

}


// Trait for stable collection

pub(crate) struct SharedCollectionInner
{
    //value: GenVec
}
*/