摘要: New operators are declared at a global level using the operator keyword, and are marked with the prefix, infix or postfix modifiers: prefix operator + 阅读全文
posted @ 2018-09-17 11:34 zzfx 阅读(199) 评论(0) 推荐(0)
摘要: precedencegroup ChainingPrecedence { associativity: left higherThan: TernaryPrecedence } infix operator >>- : ChainingPrecedence 重点在这: postfix operato 阅读全文
posted @ 2018-09-17 11:08 zzfx 阅读(161) 评论(0) 推荐(0)