-
Swift: le sujet officiel fourre-tout
par noliv ·#Swift syntax replacement idea: instead of a..b and a...b use [a...b] [a...]b also enables: a[...]b a[...b] What do you think? -
Swift et types de base
par noliv ·#swift performance tip: Add the "@final" attribute before your classes to prevent virtual dispatch of methods.