live method

StructLiveList<E, R> live(
  1. MemoryPointer<RType>? ptrOf(),
  2. List<E> initial
)

Implementation

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