Tag

Variadic

1 views collected around this technical thread.

JD Retail Technology
JD Retail Technology
Nov 13, 2020 · Mobile Development

JDTuple: Implementing a Tuple Data Structure in Objective‑C for Simplified Parameter Handling

This article introduces JDTuple, an Objective‑C tuple library that uses variadic functions, type encodings, and macro tricks to pack arbitrary values, provide key‑based and sequential unpacking, and simplify multi‑parameter passing and return values in iOS development.

DataStructureMacroObjective-C
0 likes · 18 min read
JDTuple: Implementing a Tuple Data Structure in Objective‑C for Simplified Parameter Handling