[Include] pawn-array-view: view and mutate multi-dimensional pawn arrays easily
#1

pawn-array-view

pawn-array-view is an efficient C++ library that abstracts the complex memory layout of multi-dimensional pawn arrays and provides an intuitive C/++ array-like interface for dealing with them. The name suggests that the library only allows read-only access to the arrays but that's not true; you can access and modify the arrays. Any decent C++ compiler will be able to optimize off all access and modifications to the arrays into simple pointer arithmetic.

Links
Reply


Messages In This Thread
pawn-array-view: view and mutate multi-dimensional pawn arrays easily - by Yashas - 17.10.2018, 12:33
Re: pawn-array-view: view and mutate multi-dimensional pawn arrays easily - by IllidanS4 - 17.10.2018, 14:15
Re: pawn-array-view: view and mutate multi-dimensional pawn arrays easily - by SyS - 17.10.2018, 14:28

Forum Jump:


Users browsing this thread: 1 Guest(s)