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