Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

hasArraySlicingSyntax

< >
Example from C3:
int[] slice1 = array[0..5]; // start..end int[] slice2 = array[0:6]; // start:length
Example from Jule:
sliceable_expression[start_index:to_index]

Languages with hasArraySlicingSyntax include C3, Jule

HTML of this page generated by Features.ts

View source

- Build the next great programming language About Acknowledgements Extensions Day 625 feedback@pldb.io