Skip to content

الترجمة 🌍

ساهم في ترجمة هذه الصفحة أو تحسينها.

ساهم

ENUM

SwiftCompilationMode

Contents

  • Cases
    • singlefile
    • wholemodule
swift
public enum SwiftCompilationMode: String

Cases

singlefile

swift
case singlefile

wholemodule

swift
case wholemodule

Released under the MIT License.