module Collapsium::Support::ArrayMethods

@api private Defines which read and write functions we expect Array to have.

Constants

INDEXED_READ_METHODS

@api private Read access methods with index parameter

INDEXED_WRITE_METHODS

@api private Write access methods with index parameter

READ_METHODS

@api private All read access methods

WRITE_METHODS

All write access methods