Cuckoo/Source/Verification/__DoNotUse.swift

11 lines
234 B
Swift

//
// __DoNotUse.swift
// Cuckoo
//
// Created by Tadeas Kriz on 13/01/16.
// Copyright © 2016 Brightify. All rights reserved.
//
/// Marker struct for use as a return type in verification.
public struct __DoNotUse<IN, OUT> { }