[swift-evolution] Proposal: Contiguous Variables (A.K.A. Fixed Sized Array Type)

Tino Heth 2th at gmx.de
Fri Jan 29 03:01:16 CST 2016


Damn, I'm way to slow writing proposals…

I have one big problem with using tuples as basis for fixed-size vectors:
They cannot have methods, and I want a matrix-type to have some of those.

Have a look at
https://github.com/SwiftTypesafeCalculations/Home/wiki/compile-time%20parameters
if you want to see what I'd prefer instead — hopefully, I can spare an hour or two today to finish the text.

Tino


More information about the swift-evolution mailing list