public abstract class AbstractSignedInt extends AbstractInt:
Common base type for signed integer value types.
def fct<T extends AbstractSignedInt>(value as T) as T: return value