live method
Implementation
StructLiveList<E, R> live(MemoryPointer? Function() ptrOf, List<E> initial)
=> .array(ptrOf, this, initial);
StructLiveList<E, R> live(MemoryPointer? Function() ptrOf, List<E> initial)
=> .array(ptrOf, this, initial);