Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
MIT License
-Copyright (c) 2019-2023 Alessandro Pio Ardizio
+Copyright (c) 2019-2024 Alessandro Pio Ardizio
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
-// Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
+// Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
export const DEFAULT_CIRCULAR_ARRAY_SIZE = 1024
-// Copyright Jerome Benoit. 2023. All Rights Reserved.
+// Copyright Jerome Benoit. 2023-2024. All Rights Reserved.
/**
* Linked list node interface.