new to Ada but loving it so far. I'm probably asking this question in a noob way since I'm sort of just muddling through writing something useful as my foray, but here goes:
I've got a system which uses Unbounded_Strings and I wanted to apply some rules to them, namely things like whether the length was divisible by n or which characters they could contain. Is there a neat way of going about this so that I can lean on the type system for the validation?