type Integer_Comparator is not null access function (Left, Right : Integer) return Boolean; package Integer_Vectors is new Vectors (Positive, Integer); use ...
確定! 回上一頁