liveNested method

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

Implementation

StructLiveList<StructLiveList<E, R>, RPointer<R>> liveNested(MemoryPointer? Function() ptrOf, List<List<E>> initial)
  => .pointerPointerArray(ptrOf, this, initial);