Initial commit

This commit is contained in:
Folkert Kevelam 2025-06-28 21:47:09 +02:00
parent 35003ed187
commit 940106f96d

View File

@ -0,0 +1,5 @@
generic
type Source (<>) is limited private;
type Target (<>) is limited private;
function Unchecked_Conversion (S : Source) return Target
with Pure, Nonblocking, Import, Convention => Intrinsic;