-
Notifications
You must be signed in to change notification settings - Fork 0
StructDecl
Oleksandr Bretsko edited this page Dec 27, 2020
·
1 revision
Any type decl, except protocol (public) struct Cat { var name: Str}
public struct StructDecl: TypeDeclP
init(name: Str, props: [Property] = [], funcs: [FuncDecl] = [], inits: [InitDecl] = [], exts: [ExtDecl] = [], _ access: AccessMod? = nil)
type name
var name: Str
var props: [Property]
var funcs: [FuncDecl]
var inits: [InitDecl]
var access: AccessMod?
var exts: [ExtDecl]
(public) struct Cat { var name: Str}
func str(usesTabs: Bool = false, tabIndent: Int = 4) -> Str
Generated at 2020-12-27T22:27:44+0200 using swift-doc 1.0.0-beta.5.