SalamLang/Salam

View for data

Open

#1,244 创建于 2026年6月28日

在 GitHub 查看
 (5 评论) (1 反应) (1 负责人)C (22 fork)auto 404
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?

贡献者指南