valeriyvan/swift-geometrize

Consider introducing Copying protocol

valeriyvan opened this issue · 0 comments

protocol Copying {
    func copy() -> Self
}