⚖️stored vs. computed

Swifttypeproperty ⟩ stored vs. computed

屬性特性
stored
computed

有儲存值

(值是動態計算)

(值是動態計算)

可用 get/set

Last updated

Was this helpful?