The documentation for UnitsOfNearRing says "otherwise the output is Error, no units exist", but look at the code, it contains: ``` if one = fail then return []; ``` Maybe add a test to check the behaviour, and decide what you want?
The documentation for UnitsOfNearRing says "otherwise the output is Error, no units exist", but look at the code, it contains:
Maybe add a test to check the behaviour, and decide what you want?