Module gluon_base::fixed

source ·
Expand description

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