X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FCircularArray.ts;h=feb5e3e2b66fb99aef38c6d24db1a6c5eafccfe1;hb=94ac9fecd2e2c42369221e4d10a9e30d244be74c;hp=016b538a8c182e9e414a288008a641804378c51a;hpb=b49422c609edeff25577c1350f3bd2410bdd3b07;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/CircularArray.ts b/src/utils/CircularArray.ts index 016b538a..feb5e3e2 100644 --- a/src/utils/CircularArray.ts +++ b/src/utils/CircularArray.ts @@ -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. */