Uses of Record Class
club.doki7.vma.datatype.VmaBudget.Ptr
Packages that use VmaBudget.Ptr
-
Uses of VmaBudget.Ptr in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype that return VmaBudget.PtrModifier and TypeMethodDescriptionstatic VmaBudget.Ptr@NotNull VmaBudget.PtrVmaBudget.Ptr.offset(long offset) @NotNull VmaBudget.PtrVmaBudget.Ptr.reinterpret(long newSize) Assume theVmaBudget.Ptris capable of holding at leastnewSizestructures, create a new viewVmaBudget.Ptrthat uses the same backing storage as thisVmaBudget.Ptr, but with the new size.VmaBudget.Ptr.slice(long end) @NotNull VmaBudget.PtrVmaBudget.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).