SalamLang/Salam

View for data

Open

#1.244 geöffnet am 28. Juni 2026

Auf GitHub ansehen
 (5 Kommentare) (1 Reaktion) (1 zugewiesene Person)C (22 Forks)auto 404
cexampleshacktoberfesthacktoberfest-acceptedin progressquestion

Repository-Metriken

Stars
 (28 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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