Repository URL to install this package:
unit uw28766; {$mode delphi} interface type TSimpleGeneric<A, B> = function(constref Value: A): B; implementation end.