Module array
Structs§
- Array
Event - Event generated by ArrayRef::observe method. Emitted during transaction commit phase.
- Array
Iter - Array
Prelim - 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.
- Array
Ref - 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.