[swift-evolution] Proposal: Nicer way to enter tabular static data.

Amir Michail a.michail at me.com
Fri Jan 22 15:02:25 CST 2016


Perhaps this can be done with entry and display annotations for the editor/IDE.

For example:

let table:[[Int?]]  /{ tabular, 10x10, centered, etc. } = ...

In an editor/IDE that understands these annoations, you would get a WYSIWYG table for entry and display of the tabular static data.



More information about the swift-evolution mailing list