[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
#2

Nicely made. Too bad it's not trivial to retrieve the length of the array.
Reply
#3

Wow this is very useful
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)