Avatar
裏技ってこれ? extension Array { func compact<T>() -> [T] where T? == Element { [] } }