Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "array/FixedSizeArray"

Index

Type aliases

Type aliases

FixedSizeArray

FixedSizeArray: object & ReadonlyArray<T>

we use numeric literal types for length as TS 2.7 does for fixed size tuples

param

a dummy type inizialized to '0', we need it to trick the compiler

see

https://github.com/mstn/fixed-size-array/

Generated using TypeDoc