In Swift, a typealias is an alias for an existing type. It allows you to call one data type by another name.
Using type alias in a strategic way can make your code more readable and understandable.
To declare a new typealias in your project, just use this syntax:
typealias NewType = ExistingType

Next up, I will show you some real-life use cases for typealiases in your Swift program.
By the way, if you want to watch a short video about this topic, look no further:
Typealias Examples
Let’s say you’re dealing with weights in your code. These weights are doubles by data type.
But with a typealias you can create an alias Weight
that is actually Double
under the hood:
typealias Weight = Double
Now you can use Weight
instead of Double
:
let mass1: Weight = 152.3 let mass2: Weight = 43.2 print(mass1 + mass2)
Write an Extension for a Typealias
Writing an extension for a typealias also extends the underlying type. For example, assuming that the Weight
is in kilos, let’s create an extension toPounds()
for the Weight
alias:
typealias Weight = Double extension Weight { func toPounds() -> Weight { return self * 2.205 } } let mass: Weight = 100 print(mass.toPounds()) // The extension affects Doubles too: let massDoubles: Double = 120 print(massDoubles.toPounds())
Output:
220.5 264.6
As you can see, both Double
and Weight
instances now have the toPouds()
conversion.
Combine Protocols using Typealias
Assume you have two access protocols for reading and writing students’ grades:
protocol ReadAccess {} protocol WriteAccess {}
Your teacher should be able to both read and write grades. Using typealias, you can neatly combine these two protocols to create a new protocol dedicated to teacher admins only:
typealias AdminAccess = ReadAccess & WriteAccess struct Teacher: AdminAccess {}
Closures and Typealias
Let’s say we have a simple method that takes a closure as its input:
func method(operation: (Double) -> (Double)) {}
You can now create a typealias for the (Double) -> (Double)
function type to highlight that it is a math operation:
typealias MathOperation = (Double) -> (Double)
Now the method
can be updated to use this typealias in its argument’s type:
func method(operation: MathOperation) {}
Conclusion
Typealias is just an alias to an existing type. The main goal of typealiases is to make code more readable and understandable. As an example, here is a typealias Weight that essentially is just a Double:
typealias Weight = Double
Thanks for reading. I hope you find it useful.
Further Reading
About the Author
- I'm an entrepreneur and a blogger from Finland. My goal is to make coding and tech easier for you with comprehensive guides and reviews.
Recent Posts
Artificial Intelligence2023.03.14Best AI Tools of 2023 (Save Time & Boost Productivity)
Python2023.02.16How to Pass a Variable from HTML Page to Another (w/ JavaScript)
JavaScript2023.02.16JavaScript How to Get Selected Text from a Textbox
JavaScript2023.02.15JavaScript Select All Text in Div with a Mouse Click
[url=http://indocin.best/]indocin for sale[/url]
I just like the helpful information you provide in your articles
Awesome! Its genuinely remarkable post, I have got much clear idea regarding from this post
[url=https://colchicinetab.online/]where to buy colchicine in singapore[/url]
[url=https://paxil.company/]online paxil prescription[/url]
[url=https://clopidogrel.foundation/]generic plavix 2019[/url]
[url=http://wellbutrin.charity/]bupropion medication pills[/url]
[url=http://sildenafilsilagra.foundation/]silagra india[/url]
[url=https://bupropion.lol/]wellbutrin 150 mg tablets[/url]
[url=http://singulair.cyou/]singulair generic cost[/url]
[url=https://trental.foundation/]trental 400[/url]
Hi there to all, for the reason that I am genuinely keen of reading this website’s post to be updated on a regular basis. It carries pleasant stuff.
[url=https://keflextab.quest/]keflex capsule 500mg price[/url]
[url=https://inderala.online/]inderal la 60mg[/url]
[url=https://inderal.lol/]buy inderal online australia[/url]
[url=https://piroxicam.lol/]piroxicam price in india[/url]
[url=https://prednisoneg.online/]prednisone 60 mg[/url]
[url=https://flagyl.boutique/]flagyl prescription cost[/url]
[url=http://ulasix.online/]furosemide 40 mg prescription[/url]
[url=http://suhagra.foundation/]suhagra 100 buy online[/url]
[url=https://lanoxintabs.monster/]digoxin cheap[/url]
[url=https://happyfamilypharmacy.sbs/]pharmacy discount card[/url]
[url=https://inderal.lol/]inderal 40 online[/url]
[url=https://valacyclovira.charity/]valtrex 500 price[/url]
[url=http://flagyl.charity/]flagyl 400mg tablets[/url]
[url=https://piroxicam.lol/]feldene gel[/url]
[url=http://cafergot.best/]cafergot tab 100 mg[/url]
[url=https://cafergot.best/]cafergot medicine[/url]
[url=https://albuterol.solutions/]albuterol 108 mcg[/url]
[url=http://diflucano.online/]diflucan medicine online[/url]
[url=http://disulfiram.boutique/]disulfiram cost in us[/url]
[url=https://buspar.foundation/]buspar online[/url]
[url=http://finpecia.boutique/]over the counter propecia[/url]
[url=https://indocin.ink/]indocin sr 75 mg[/url]
[url=https://fluconazole.gives/]where can i purchase diflucan[/url]
[url=https://amitriptyline.charity/]amitriptyline tab 75mg[/url]
[url=http://suhagra.foundation/]suhagra tablet 50 mg[/url]
[url=http://doxycyclinepm.online/]doxycycline online for dogs[/url]
[url=https://buspar.directory/]buspar generic[/url]
[url=http://flagyl.boutique/]flagyl 500 mg[/url]
[url=https://diflucantbs.com/]diflucan 500 mg[/url]
[url=http://stratterap.online/]strattera generic australia[/url]
[url=http://vermoxb.online/]vermox online pharmacy[/url]
[url=http://happyfamilystore.guru/]pharmacy website india[/url]
[url=https://buspar.foundation/]buspar 2.5 mg[/url]
[url=https://colchicinez.online/]colchicine 0.6mg pill[/url]
[url=http://phenergan.boutique/]phenergan buy[/url]
[url=http://buspar.foundation/]buspar 5 mg tablet[/url]
[url=http://lipitor.cyou/]generic lipitor[/url]
[url=https://glucophagetab.com/]metformin online no prescription[/url]
[url=https://antabuse.gives/]purchase antabuse[/url]
[url=http://drugstoretabs.online/]mexico pharmacy order online[/url]
[url=https://celexa.lol/]100mg celexa[/url]
[url=https://cipropill.online/]over the counter cipro in uk[/url]
[url=https://lipitor.cyou/]generic lipitor 20 mg[/url]
[url=http://indocin.ink/]generic indocin[/url]
[url=http://indocin.boutique/]indocin 25 mg price[/url]
[url=http://arimidex.charity/]arimidex price in india[/url]
[url=https://fluconazole.gives/]where can i purchase diflucan over the counter[/url]
[url=https://trazodones.online/]trazodone 100 mg coupon[/url]
[url=https://amitriptyline.directory/]amitriptyline cost in india[/url]
[url=http://amoxila.online/]amoxil tablets 30mg[/url]
[url=http://disulfiram.boutique/]disulfiram no prescription online[/url]
[url=https://disulfiram.boutique/]disulfiram cost usa[/url]
[url=http://lopressor.best/]lopressor for anxiety[/url]
[url=http://antabuses.online/]antabuse tablets online[/url]
[url=http://wellbutrin.directory/]bupropion best price[/url]
[url=http://antabuses.online/]antabuse online cheap[/url]
[url=http://antabuse.gives/]antabuse tablets in india[/url]
[url=https://levaquin.company/]purchase levaquin online[/url]
[url=https://cipropill.online/]cipro over the counter in mexico[/url]
[url=http://sildenafilkamagra.store/]kamagra purchase online[/url]
[url=http://cymbalta.lol/]cymbalta 40 mg[/url]
[url=http://flagyl.charity/]flagyl prescription cost[/url]
[url=http://vermoxb.online/]where can i buy vermox medication online[/url]
[url=http://buspar.directory/]buspar 5 mg[/url]
[url=http://finpecia.charity/]cost of propecia in australia[/url]
[url=http://atenolola.online/]atenolol 100mg[/url]
[url=http://colchicine.ink/]colchicine mitosis[/url]
[url=https://cozaar.best/]cozaar medicine[/url]
[url=http://motrina.online/]motrin tablet 50 mg[/url]
[url=https://vermoxb.online/]cheap vermox[/url]
[url=https://ampicillin.charity/]ampicillin tablets india[/url]
[url=https://amitriptyline.directory/]amitriptyline 135 mg[/url]
[url=http://provigila.online/]provigil price in india[/url]
[url=https://suhagra.foundation/]suhagra 50 mg buy[/url]
[url=http://bupropion.foundation/]wellbutrin pharmacy[/url]
[url=https://happyfamilystore.guru/]trustworthy online pharmacy[/url]
[url=http://cymbalta.lol/]cymbalta medication[/url]
[url=https://atenolola.online/]atenolol 100mg[/url]
[url=https://elimite.lol/]elimite cream otc[/url]
[url=http://albuterolf.online/]ventolin otc uk[/url]
[url=https://happyfamilypharmacy.sbs/]american pharmacy[/url]
[url=http://celexatabs.com/]citalopram uk buy[/url]
[url=http://inderala.online/]propranolol inderal la[/url]
[url=http://celexa.lol/]celexa 10mg[/url]
[url=http://acyclovirzovirax.gives/]acyclovir 800 mg price[/url]
[url=http://suhagra.foundation/]suhagra tablet[/url]
[url=http://trazodones.online/]trazodone 200 mg[/url]
[url=http://trazodones.online/]trazodone capsules 100mg[/url]
[url=http://inderal.lol/]inderal 5 mg tablet[/url]
[url=https://tamoxifen247.com/]nolvadex capsules price[/url]
[url=https://drugstore.solutions/]best pharmacy[/url]
[url=https://flagyl.charity/]cheap flagyl pills[/url]
[url=https://lanoxintabs.monster/]lanoxin 62.5 mcg[/url]
[url=https://acyclovirzovirax.gives/]where to get acyclovir[/url]
[url=https://cymbalta.best/]90 cymbalta[/url]
[url=https://antabuses.online/]buy cheap antabuse[/url]
[url=https://cafergot.best/]buy cafergot pills[/url]
[url=http://sildalis.directory/]buy sildalis 120 mg[/url]
[url=https://mebendazole.gives/]vermox uk[/url]
[url=https://buspar.foundation/]buspar 15mg cost[/url]
[url=https://suhagra.foundation/]suhagra 25 mg buy online[/url]
[url=https://kamagra.foundation/]kamagra jelly amazon[/url]
[url=https://amoxila.online/]amoxil cost[/url]
[url=https://bupropion.foundation/]bupropion 75 mg tablet[/url]
[url=http://indocin.ink/]indocin pill[/url]
[url=https://celexatabs.com/]citalopram prescription nz[/url]
[url=https://happyfamilypharmacy.sbs/]top 10 online pharmacy in india[/url]
[url=https://arimidex.charity/]arimidex 1mg price[/url]
[url=http://glucophagetab.com/]metformin 500 mg coupon[/url]
[url=https://indocin.ink/]indocin 50 mg[/url]
[url=http://levofloxacin.gives/]levaquin 759 mg[/url]
[url=https://buspar.foundation/]10mg buspar[/url]
[url=http://phenergan.boutique/]phenergan online[/url]
[url=https://ampicillin.charity/]ampicillin tablets india[/url]
[url=https://duloxetine.best/]generic cymbalta 60 mg[/url]
[url=http://colchicine.ink/]colchicine tablets uk[/url]
[url=http://drugstores.gives/]non prescription medicine pharmacy[/url]
[url=https://duloxetine.best/]cymbalta lowest price[/url]
[url=https://colchicine.ink/]colchicine over the counter uk[/url]
[url=http://fluconazole.foundation/]diflucan prescription online[/url]
[url=http://diflucano.online/]generic for diflucan[/url]
[url=https://sildenafilkamagra.store/]kamagra fast shipping[/url]
[url=http://lipitor.cyou/]lipitor tablets[/url]
[url=https://diflucano.online/]price of diflucan in south africa[/url]
[url=http://drugstoretabs.online/]online pharmacy for sale[/url]
[url=http://finpecia.boutique/]propecia 1mg tablets price in india[/url]
[url=https://cozaar.best/]cozaar discount[/url]
[url=http://elimite.lol/]elimite generic[/url]
[url=https://lipitor.cyou/]lipitor prescription prices[/url]
[url=http://provigila.online/]provigil generic over the counter[/url]
[url=https://amoxicillinaugmentin.online/]amoxicillin 500 mg no prescription[/url]
[url=https://orlistat.lol/]orlistat india[/url]
[url=https://ampicillin.charity/]ampicillin medicine[/url]
[url=http://cozaar.foundation/]cozaar cost comparison[/url]
[url=https://lipitor.cyou/]lipitor price comparison[/url]
[url=http://atomoxetine.lol/]strattera 2016[/url]
[url=http://motrina.online/]motrin 100 mg[/url]
[url=http://finpecia.charity/]generic propecia coupon[/url]
[url=https://orlistat.cyou/]orlistat 120mg uk[/url]
[url=https://sildalistadalafil.online/]sildalis 120 mg[/url]
[url=http://colchicinez.online/]colchicine tablets price[/url]
[url=https://cymbalta.best/]cymbalta otc[/url]
[url=https://atenolol.charity/]atenolol 150 mg daily[/url]
[url=https://thebarepharmacy.com/]reputable online pharmacy no prescription[/url]
[url=https://mex-pharmacy.online/]best online pharmacy[/url]
[url=https://cipropill.online/]can i buy cipro online[/url]
[url=https://motrina.online/]motrin[/url]
[url=https://finpecia.charity/]finasteride 5mg price[/url]
[url=https://sildalistadalafil.online/]discount sildalis 120mg[/url]
[url=https://suhagra.foundation/]suhagra 25 mg buy online india[/url]
[url=https://cipropill.online/]cipro discount coupon[/url]
[url=http://escitalopram.cyou/]lexapro online india[/url]
[url=http://cozaar.best/]cozaar tablets price[/url]
[url=http://colchicinez.online/]colchicine cost in india[/url]
[url=https://lisinopril.charity/]lisinopril 20 mg online[/url]
[url=https://phenergan.boutique/]phenergan gel price[/url]
[url=https://cymbalta.lol/]cymbalta 60mg[/url]
[url=http://zoloft.foundation/]zoloft tablets[/url]
[url=http://atenolola.online/]atenolol online no prescription[/url]
[url=http://cozaar.best/]cozaar 50 mg tablet[/url]
[url=https://cymbalta.best/]cheap cymbalta online[/url]
[url=https://albuterolf.online/]combivent inhalation aerosol[/url]
[url=https://sildenafilkamagra.store/]kamagra tablets australia[/url]
[url=http://piroxicam.lol/]piroxicam 15mg[/url]
[url=http://prednisoneg.online/]prednisone 50 tablet[/url]
[url=https://doxycyclinepm.online/]doxycycline for sale online[/url]
[url=http://zoloft.foundation/]zoloft 350 mg[/url]
[url=https://sildalis.ink/]sildalis 120[/url]
[url=http://atenolola.online/]atenolol 50 100 mg[/url]
[url=https://vermoxb.online/]order vermox over the counter[/url]
[url=http://arimidex.charity/]arimidex for gyno[/url]
[url=http://lipitor.cyou/]atorvastatin lipitor[/url]
[url=https://amitriptyline.charity/]buy amitriptyline tablets online uk[/url]
[url=http://nexium.best/]purchase nexium online[/url]
[url=http://escitalopram.cyou/]lexapro generic over the counter[/url]
[url=http://diflucantbs.com/]diflucan otc where to buy[/url]
[url=https://antabuses.online/]where can you get antabuse[/url]
[url=https://cozaar.best/]cozaar tabs[/url]
[url=http://finpecia.boutique/]finasteride otc usa[/url]
[url=https://disulfiram.boutique/]disulfiram 250 cost[/url]
[url=https://pharmacies.fun/]online pharmacy pain relief[/url]
[url=https://cymbalta.best/]cymbalta 10mg capsules[/url]
[url=https://glucophage.boutique/]metformin 850 mg tablets price[/url]
[url=https://nexium.boutique/]nexium 40 mg no prescription[/url]
[url=https://elimite.lol/]elimite 5 cream over the counter[/url]
[url=http://valtrex.foundation/]valtrex generic sale[/url]
[url=http://gabapentin.men/]buy gabapentin 400mg[/url]
[url=http://escitalopram.cyou/]lexapro prescription price[/url]
[url=https://nexium.boutique/]nexium 14 capsules[/url]
[url=http://zoloft.pics/]online zoloft 25mg[/url]
[url=https://finpecia.charity/]finasteride 1 mg online[/url]
[url=http://glucophagetab.com/]buy metformin online nz[/url]
[url=http://levofloxacin.gives/]levaquin in mexico[/url]
[url=http://atenolola.online/]atenolol 50mg prescription cost[/url]
[url=http://amoxicillinaugmentin.online/]amoxicillin 875 mg tablets[/url]
[url=https://diflucantbs.com/]where can i buy diflucan[/url]
[url=https://biaxin.gives/]biaxin pneumonia[/url]
[url=http://trazodones.online/]trazodone generic cost[/url]
[url=http://levofloxacin.gives/]levaquin 5 mg[/url]
[url=http://escitalopram.cyou/]3 mg lexapro[/url]
[url=https://piroxicam.lol/]piroxicam over the counter[/url]
[url=http://cipropill.online/]medication cipro 500 mg[/url]
[url=https://arimidex.charity/]arimidex uk[/url]
[url=http://cymbalta.best/]cymbalta mexico[/url]
[url=http://sildalis.ink/]buy sildalis[/url]
[url=https://levofloxacin.gives/]levaquin tablets 250 mg[/url]
[url=https://robaxin.boutique/]buy cheap robaxin[/url]
[url=https://finpecia.boutique/]finasteride 5mg price[/url]
[url=http://robaxin.boutique/]generic robaxin 500mg[/url]
[url=https://levofloxacin.gives/]levaquin cost[/url]
[url=http://antabuse.gives/]antabuse prescription drug[/url]
[url=https://atenolola.online/]atenolol pills 25mg[/url]
[url=https://indocin.boutique/]indocin 50 mg cap[/url]
[url=https://buspar.foundation/]best buspar generic[/url]
[url=https://atenolol.charity/]atenolol pills[/url]
[url=https://erythromycin.icu/]erythromycin price australia[/url]
[url=http://piroxicam.lol/]where to buy feldene[/url]
[url=https://lisinopril.charity/]lisinopril 5 mg tabs[/url]
[url=https://provigila.online/]buy provigil from india[/url]
[url=http://diflucano.online/]where to get diflucan otc[/url]
[url=http://disulfiram.boutique/]disulfiram 250 mg buy online[/url]
[url=http://orlistat.cyou/]xenical cost[/url]
[url=https://glucophagetab.com/]metformin 850 mg[/url]
[url=https://levaquin.company/]levaquin 500mg pill[/url]
[url=https://amoxila.online/]pharmacy india amoxil no prescription[/url]
[url=https://cymbalta.lol/]cymbalta 120 mg capsules[/url]
[url=http://duloxetine.best/]purchase cymbalta[/url]
[url=http://inderala.online/]inderal for sale[/url]
[url=http://levaquin.company/]levaquin pill costs[/url]
[url=http://lanoxintabs.monster/]digoxin metabolism[/url]
[url=http://biaxin.gives/]biaxin 500 mg online[/url]
[url=http://cymbalta.best/]discount cymbalta[/url]
[url=http://fluconazole.gives/]diflucan 150 mg tablet price[/url]
[url=https://flagyl.boutique/]buy generic flagyl[/url]
[url=http://cozaar.foundation/]cozaar 250 mg[/url]
[url=http://zoloft.pics/]zoloft 30 mg[/url]
[url=https://colchicinez.online/]colchicine 0.6 mg price[/url]
[url=https://inderala.online/]propranolol 80 mg[/url]
[url=http://orlistat.lol/]orlistat buy online usa[/url]
[url=http://cozaar.best/]cozaar tabs[/url]
[url=http://indocin.ink/]indocin 50 mg tablets[/url]
[url=http://pharmacies.fun/]best india pharmacy[/url]