> On Jan 27, 2017, at 11:55 AM, Robert Widmann <[email protected]> wrote: > > > ~Robert Widmann > > 2017/01/26 13:37、Daryle Walker <[email protected] <mailto:[email protected]>> > のメッセージ: > >> >> strideof( ArrayType ) == Element-Count * strideof( ElementType ) >> >> down to the extent that there shouldn't be any padding between elements of >> the inner non-array type (in the case of nested arrays). > > Smells like a static ContiguousArray.
More like ContiguousArray is a non-static version of the decades-old classic array concept. An array in a code-block scope shouldn’t have to implement its data in free-store if its size (and shape) can be defined at compile-time. — Daryle Walker Mac, Internet, and Video Game Junkie darylew AT mac DOT com
_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
