OBJC_Encode - linhay/Stem GitHub Wiki

OBJC.Encode

public enum Encode

Inheritance

Hashable, String

Initializers

init(char:)

public init(char: UnsafePointer<CChar>)

Enumeration Cases

void

case void

sel

case sel

object

case object

block

case block

double

case double

int

case int

bool

case bool

longlong

case longlong

point

case point

unknown

case unknown

char

case char

short

case short

long

case long

float

case float

`class`

case `class`

unsignedChar

case unsignedChar

unsignedInt

case unsignedInt

unsignedShort

case unsignedShort

unsignedLong

case unsignedLong

unsignedLongLong

case unsignedLongLong
⚠️ **GitHub.com Fallback** ⚠️