HOW CAN I DELEGATE A TYPE METHOD TO A TYPE COMPONENT OBJECT?
Use the delegate typemethod statement. It works like delegate method, with these differences: first, it defines a type method instead of an instance method; second, the using clause ignores the %s, %n, and %w %-conversions. Naturally, you can’t delegate a type method to an instance component…Snit wouldn’t know which instance should receive it.