My current thinking is that I'll abuse StringList
, and require the ASNs to be given as strings (without the AS
prefix), and I'll internally convert to u32. No need for a new type, and the conversion is done at init time, so if it's more expensive than an U32List
would be, it's still ok, and I didn't need to introduce Yet Another list-y type.