cexampleshacktoberfesthacktoberfest-acceptedin progressquestion
仓库指标
- Star
- (28 star)
- PR 合并指标
- (PR 指标待抓取)
描述
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?