Compactable
protocol Compactable : Sequence where Sequcne.Element == Optional<???> { func compact() -> [Element.Wrapped] }