Refactor Library And Start Runtime
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// The Swift Programming Language
|
||||
// https://docs.swift.org/swift-book
|
||||
|
||||
public enum ValueType {
|
||||
case Boolean(Bool)
|
||||
}
|
||||
|
||||
public struct Value {
|
||||
public var value_type: ValueType
|
||||
}
|
||||
|
||||
public class Packet {
|
||||
public init() {}
|
||||
}
|
||||
Reference in New Issue
Block a user