[][src]Module gluon_base::fixed

Collection types which allows insertion of new values while shared references to its contents are alive. This is done by storing each value in a stable memory location and preventing an earlier inserted value to be overwritten.

Structs

FixedMap
FixedVec
FixedVecMap