Open robertdfrench opened 3 years ago
We have a lot of functions that accept strings as input, but they expect those strings to have certain internal structure. We could take advantage of the type system, and return/accept something like:
struct GitBranchDashA { content: String }
We have a lot of functions that accept strings as input, but they expect those strings to have certain internal structure. We could take advantage of the type system, and return/accept something like: