/* * ======================================================== * * hCore * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ #pragma once #include #include #include #include #include #include #include #include namespace hCore::XRN::Version1 { Ref make_sequence(const ArrayList& seq); ErrorOr> try_guid_to_string(Ref& guid); } // namespace hCore::XRN::Version1