There was an error while loading. Please reload this page.
Any type decl, except protocol (public) struct Cat { var name: Str}
public struct EnumDecl: TypeDeclP
TypeDeclP
init(name:props:funcs:inits:exts:_:)
init(name: Str, props: [Property] = [], funcs: [FuncDecl] = [], inits: [InitDecl] = [], exts: [ExtDecl] = [], _ access: AccessMod? = nil)
name
type name
var name: Str
props
var props: [Property]
funcs
var funcs: [FuncDecl]
inits
var inits: [InitDecl]
access
var access: AccessMod?
exts
var exts: [ExtDecl]
str(usesTabs:tabIndent:)
(public) struct Cat { var name: Str}
func str(usesTabs: Bool = false, tabIndent: Int = 4) -> Str