/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* Array.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: aortigos +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/03/21 17:04:01 by aortigos #+# #+# */ /* Updated: 2026/03/21 17:04:01 by aortigos ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef ARRAY_HPP # define ARRAY_HPP # include # include "Array.tpp" #endif