-
Notifications
You must be signed in to change notification settings - Fork 0
FuncDecl
Oleksandr Bretsko edited this page Dec 27, 2020
·
1 revision
func print(_ str1: Str?, _ str2: Str?) -> Str? { ... }
public struct FuncDecl: SwiftP, CanBeStaticP
init(_ interface: FuncInterface, _ statements: [Str] = [])
init(name: Str, statements: [Str], args: [FuncArg] = [], returnType: TypeName? = nil, _static: Bool = false, _ access: AccessMod? = nil)
var interface: FuncInterface
body
var statements: [Str]
var _static: Bool
var name: Str
var args: [FuncArg]
var returnType: TypeName?
var access: AccessMod?
func print(_ str1: Str?, _ str2: Str?) -> 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.