php-compiler icon indicating copy to clipboard operation
php-compiler copied to clipboard

Build support for fixed-at-compile-time numeric arrays.

Open ircmaxell opened this issue 6 years ago • 0 comments

This is for cases when 3 things are known:

  • The size of the array is known at compile time
  • The array is always keyed numerically
  • The array never grows or shrinks in size

ircmaxell avatar Apr 22 '19 17:04 ircmaxell