cexampleshacktoberfesthacktoberfest-acceptedin progressquestion
Repository metrics
- Stars
- (28 stars)
- PR merge metrics
- (PR metrics pending)
Description
I went through the book and failed to find any information regarding a view implementation for types,ie,slice in some other languages,which provide a none-ownn view to the data,no heap allocation.
val arr:[4]i64=[4]i64{1,2,3,4};
val slice=arr[1:2];
Was I missing something?