rtarrays

Module that implements a fixed length array whose size is determined at runtime. Note: This is not ready for other people to use!

この API は不安定です。

RtArray[T] = object
  L: Natural
  spart: seq[T]
  apart: array[ArrayPartSize, T]
  ソース 編集