Version 1.1.17
[e-mobility-charging-stations-simulator.git] / src / utils / CircularArray.ts
index 016b538a8c182e9e414a288008a641804378c51a..feb5e3e2b66fb99aef38c6d24db1a6c5eafccfe1 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright Jerome Benoit. 2021. All Rights Reserved.
+
 export const DEFAULT_CIRCULAR_ARRAY_SIZE = Number.MAX_SAFE_INTEGER;
 
 /** Array with a maximum length shifting items when full. */