Skip to content

Translation 🌍

You can translate or improve the translation of this page.

Contribute

ENUM

Environment.Value

Contents

swift
public enum Value: Equatable

Cases

string(_:)

swift
case string(String)

Released under the MIT License.