///| type Symbol ///| pub(open) trait IsSymbol {} ///| pub impl IsAny for Symbol ///| pub impl IsValue for Symbol ///| pub impl IsSymbol for Symbol