Uses of Record Class
club.doki7.glfw.datatype.GLFWallocator.Ptr
Packages that use GLFWallocator.Ptr
-
Uses of GLFWallocator.Ptr in club.doki7.glfw.datatype
Methods in club.doki7.glfw.datatype that return GLFWallocator.PtrModifier and TypeMethodDescriptionstatic GLFWallocator.PtrGLFWallocator.Ptr.at(long index, @NotNull Consumer<@NotNull GLFWallocator> consumer) @NotNull GLFWallocator.PtrGLFWallocator.Ptr.offset(long offset) @NotNull GLFWallocator.PtrGLFWallocator.Ptr.reinterpret(long newSize) Assume theGLFWallocator.Ptris capable of holding at leastnewSizestructures, create a new viewGLFWallocator.Ptrthat uses the same backing storage as thisGLFWallocator.Ptr, but with the new size.GLFWallocator.Ptr.slice(long end) @NotNull GLFWallocator.PtrGLFWallocator.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).