SalamLang/Salam

View for data

Open

#1,244 opened on Jun 28, 2026

View on GitHub
 (5 comments) (1 reaction) (1 assignee)C (22 forks)auto 404
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?

Contributor guide