stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.34k stars 221 forks source link

Can I modify a string a var? #218

Closed Hatko closed 6 years ago

Hatko commented 6 years ago

I have some var containing AwesomeType?. Is it possible to remove ? from it?

Hatko commented 6 years ago

I have created tag for Stencil on SO and added my question there as well

Hatko commented 6 years ago

Solved using .unwrappedTypeName