Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Module array

Module array 

Structs§

ArrayEvent
Event generated by ArrayRef::observe method. Emitted during transaction commit phase.
ArrayIter
ArrayPrelim
A preliminary array. It can be used to initialize an ArrayRef, when it’s about to be nested into another Yrs data collection, such as [Map] or another ArrayRef.
ArrayRef
A collection used to store data in an indexed sequence structure. This type is internally implemented as a double linked list, which may squash values inserted directly one after another into single list node upon transaction commit.

Traits§

Array