Module array_range_access

Source

Staticsยง

_LINKME_ELEMENT_array_range_access_anyarray_int4_int4_anyarray ๐Ÿ”’

Functionsยง

array_range_access
If the case is array[1,2,3][:2], then start will be 0 set by the frontend If the case is array[1,2,3][1:], then end will be i32::MAX set by the frontend
array_range_access_anyarray_int4_int4_anyarray ๐Ÿ”’