does X::Comp
在尝试扩充不存在的类型时抛出。
例如
use MONKEY-TYPING;augment
使用
You tried to augment class NoSuch, but it does not exist
方法§
方法 package-kind§
method package-kind(--> Str)
返回尝试扩充的包的类型(类、语法)
方法 package§
返回尝试扩充但不存在的名称。
由于扩充不存在的类型而导致的编译错误
does X::Comp
在尝试扩充不存在的类型时抛出。
例如
use MONKEY-TYPING;augment
使用
You tried to augment class NoSuch, but it does not exist
method package-kind(--> Str)
返回尝试扩充的包的类型(类、语法)
返回尝试扩充但不存在的名称。