Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-06-02 05:20:26 +00:00
committed by GitHub
commit e99fed13ad
870 changed files with 350356 additions and 0 deletions

4
rtarrays.idx Normal file
View File

@@ -0,0 +1,4 @@
nimTitle rtarrays rtarrays.html module std/rtarrays 0
nim RtArray rtarrays.html#RtArray object RtArray 20
nim initRtArray rtarrays.html#initRtArray,Natural proc initRtArray[T](len: Natural): RtArray[T] 27
nim getRawData rtarrays.html#getRawData,RtArray[T] proc getRawData[T](x: var RtArray[T]): ptr UncheckedArray[T] 32